[PATCH] D59275: [ELF] Emit weak-undef symbols in .dynsym of a PIE only if linked against shared libs.
    Alexander Richardson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Mar 16 04:45:39 PDT 2019
    
    
  
arichardson added inline comments.
================
Comment at: lld/test/ELF/Inputs/pie-weak.s:2
+.globl bar
+bar:
----------------
Since all these files are identical, would it make sense to just one in all of the tests? Or is it more important to have the names match the test?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59275/new/
https://reviews.llvm.org/D59275
    
    
More information about the llvm-commits
mailing list