We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3e9aa commit 857138bCopy full SHA for 857138b
llvm/test/tools/llvm-dwarfdump/X86/debug_info_addrx.s
@@ -1,6 +1,8 @@
1
# RUN: llvm-mc %s -filetype obj -triple x86_64-pc-linux -o %t.o
2
# RUN: llvm-dwarfdump -debug-info %t.o | FileCheck %s
3
# RUN: llvm-dwarfdump -debug-info %t.o -v | FileCheck --check-prefix=VERBOSE %s
4
+# RUN: llvm-mc %s -filetype obj -triple x86_64-pc-linux -o %t.o -crel
5
+# RUN: llvm-dwarfdump -debug-info %t.o | FileCheck %s
6
7
# CHECK: DW_TAG_compile_unit
8
# CHECK: DW_AT_low_pc (0x0000000000000000)
llvm/test/tools/llvm-dwarfdump/X86/debug_info_crel.yaml
0 commit comments