mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
99b861df4d
FIXME: I haven't investigate whether CalleeSaveStackSlotSize should be 8. llvm-svn: 205772
17 lines
576 B
ArmAsm
17 lines
576 B
ArmAsm
// REQUIRES: shell
|
|
// 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")
|
|
|
|
// RUN: mkdir -p %t.foo
|
|
// RUN: ln -sf %t.foo %t.bar
|
|
// RUN: cd %t.foo
|
|
// RUN: env PWD=%t.bar llvm-mc -triple=x86_64-linux-unknown -g %s -filetype=obj -o %t.o
|
|
// RUN: llvm-dwarfdump -debug-dump=info %t.o | FileCheck --check-prefix=PWD %s
|
|
// PWD: DW_AT_comp_dir [DW_FORM_string] ("{{.*}}.bar")
|
|
|
|
|
|
f:
|
|
nop
|