mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
027ead6802
use them in tests that run llvm-dwarfdump. This is in order to make tests as specific as possible. llvm-svn: 173498
8 lines
262 B
ArmAsm
8 lines
262 B
ArmAsm
// RUN: llvm-mc -triple=x86_64-linux-unknown -g -fdebug-compilation-dir=/test/comp/dir %s -filetype=obj -o %t.o
|
|
// RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck %s
|
|
|
|
// CHECK: DW_AT_comp_dir [DW_FORM_string] ("{{([A-Za-z]:.*)?}}/test/comp/dir")
|
|
|
|
f:
|
|
nop
|