[PATCH] D131961: [llvm-objdump] Support dumping segment information in -chained_fixups
    Nico Weber via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug 17 12:49:58 PDT 2022
    
    
  
thakis added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/chained-fixups.test:58
+##
+##  $ clang -target=x86_64-apple-macos12 -dynamiclib dylib.s -o libdylib.dylib
+##
----------------
This needs an additional `-` in front of `target` (or no `=` – I prefer adding the `-` though)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131961/new/
https://reviews.llvm.org/D131961
    
    
More information about the llvm-commits
mailing list