You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
19
external/llvm/test/MC/ARM/dwarf-asm-no-code.s
vendored
Normal file
19
external/llvm/test/MC/ARM/dwarf-asm-no-code.s
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
// RUN: llvm-mc < %s -triple=armv7-linux-gnueabi -filetype=obj -o %t -g -fdebug-compilation-dir=/tmp
|
||||
// RUN: llvm-dwarfdump -v %t | FileCheck -check-prefix DWARF %s
|
||||
// RUN: llvm-objdump -r %t | FileCheck -check-prefix RELOC %s
|
||||
|
||||
// If there is no code in an assembly file, no debug info is produced
|
||||
|
||||
.section .data, "aw"
|
||||
a:
|
||||
.long 42
|
||||
|
||||
// DWARF: ELF32-arm-little
|
||||
// DWARF-NOT: contents:
|
||||
// DWARF: .debug_line contents:
|
||||
|
||||
// RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_info]:
|
||||
|
||||
// RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_ranges]:
|
||||
|
||||
// RELOC-NOT: RELOCATION RECORDS FOR [.rel.debug_aranges]:
|
Reference in New Issue
Block a user