[PATCH] D61117: Fix Bug 41353 - unique symbols printed as D instead of u

Mike Pozulp via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 12:27:37 PDT 2019


mmpozulp marked an inline comment as done.
mmpozulp added inline comments.


================
Comment at: llvm/test/tools/llvm-nm/X86/unique.test:39
+    Section: .progbits_execinstr
+    Binding: STB_GNU_UNIQUE
+...
----------------
jhenderson wrote:
> Could you add a unique symbol without a section to show it gets 'u', please?
Is that the behavior that we want for llvm-nm? If I run GNU nm (version 2.27-34.base.el7) it reports 'U' instead of 'u' for a unique symbol without a section
```
Symbols:
  - Name:    nosection
    Binding: STB_GNU_UNIQUE
```
```
                 U nosection
```


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61117/new/

https://reviews.llvm.org/D61117





More information about the llvm-commits mailing list