[PATCH] D59186: [llvm-readobj] Separate `Symbol Version` dumpers into `LLVM style` and `GNU style`
    Xing via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 25 03:55:12 PDT 2019
    
    
  
Higuoxing marked an inline comment as done.
Higuoxing added inline comments.
================
Comment at: test/tools/llvm-readobj/elf-versioninfo.test:11
+LLVM-VERDEF: Version symbols {
+LLVM-VERDEF-NEXT:   Section Name: .gnu.version (20)
+LLVM-VERDEF-NEXT:   Address: 0x24C
----------------
jhenderson wrote:
> Maybe you should make one of the symbols in this section have a version > 0x7fff, e.g. 0xffff?
This test file uses a pre-compiled object file, I want (replace this/add one test) using `yaml2obj` in next patch.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59186/new/
https://reviews.llvm.org/D59186
    
    
More information about the llvm-commits
mailing list