[PATCH] D88827: [llvm-objcopy][NFC] Move core implementation of llvm-objcopy into separate library.
    Alexey Lapshin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jan 14 04:41:56 PST 2022
    
    
  
avl added a comment.
> This isn't generally true: even in debug builds and without --gc-sections, linkers tend not to link in unused objects into the final executable.
I remember there was a patch to make it possible - https://reviews.llvm.org/D54747 . Which finally was not applied and current behavior that it is not working(if I did not miss something new).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88827/new/
https://reviews.llvm.org/D88827
    
    
More information about the llvm-commits
mailing list