Add a triple to this test -- it has to be an ELF platform...
authorChandler Carruth <chandlerc@gmail.com>
Mon, 17 Dec 2012 21:44:50 +0000 (21:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 17 Dec 2012 21:44:50 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170374 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/ELF/comp-dir.s

index 2c7de4ca312ca9f0365e2969e70e3a7fe70da73f..7570fa9187aca3a13c4705a841a9767582369f14 100644 (file)
@@ -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")