aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-17 21:44:50 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-17 21:44:50 +0000
commit1b6e9b867b2d48ec18127960a5d2c1be7e39ca94 (patch)
tree2c15c5e0c0fa918180d3c8cd8e277fcaeffb966e /test/MC/ELF
parent6c31d313575bba1b87b583260f39f0b0dae143f4 (diff)
downloadexternal_llvm-1b6e9b867b2d48ec18127960a5d2c1be7e39ca94.zip
external_llvm-1b6e9b867b2d48ec18127960a5d2c1be7e39ca94.tar.gz
external_llvm-1b6e9b867b2d48ec18127960a5d2c1be7e39ca94.tar.bz2
Add a triple to this test -- it has to be an ELF platform...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF')
-rw-r--r--test/MC/ELF/comp-dir.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/ELF/comp-dir.s b/test/MC/ELF/comp-dir.s
index 2c7de4c..7570fa9 100644
--- a/test/MC/ELF/comp-dir.s
+++ b/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")