[PATCH] D105364: [lld-macho] Drop assertions that all symbols are in GOT
    Vy Nguyen via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul  7 08:48:47 PDT 2021
    
    
  
oontvoo added a comment.
In D105364#2860523 <https://reviews.llvm.org/D105364#2860523>, @int3 wrote:
> . Running this through llvm-mc and `ld -r` should do the trick:
Using `ld` directly in the test? (what if the test gets run on linux, how does it know where to find `ld`?)
anyway we could make this more linux friendly since I do most of the dev on linux
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105364/new/
https://reviews.llvm.org/D105364
    
    
More information about the llvm-commits
mailing list