1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add a triple to this test -- it has to be an ELF platform...

llvm-svn: 170374
This commit is contained in:
Chandler Carruth 2012-12-17 21:44:50 +00:00
parent fcc965daa6
commit 58c5f67a85

View 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")