From d75be9b4fb290ae82903a561286f6686880c397d Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 17 Dec 2012 21:44:50 +0000 Subject: [PATCH] Add a triple to this test -- it has to be an ELF platform... llvm-svn: 170374 --- llvm/test/MC/ELF/comp-dir.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/ELF/comp-dir.s b/llvm/test/MC/ELF/comp-dir.s index 2c7de4ca312c..7570fa9187ac 100644 --- a/llvm/test/MC/ELF/comp-dir.s +++ b/llvm/test/MC/ELF/comp-dir.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o +// RUN: llvm-mc -triple=x86_64-linux-unknown -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o // RUN: llvm-dwarfdump %t.o | FileCheck %s // CHECK: DW_AT_comp_dir [DW_FORM_string] ("/test/comp/dir")