mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
d4928ee68f
Improve compatibility with GNU objdump by showing `O` next to global symbol names, instead of a blank space. Patch by Higuoxing (Xing). Reviewers: MaskRay Differential Revision: https://reviews.llvm.org/D54380 llvm-svn: 346610
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
// RUN: llvm-objdump -t %p/Inputs/common-symbol-elf | FileCheck %s
|
|
|
|
CHECK: 00000400 g O *COM* 00000008 common_symbol
|