[PATCH] D47222: [llvm-strip] Expose --keep-symbol option
    James Henderson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 23 02:00:44 PDT 2018
    
    
  
jhenderson added inline comments.
================
Comment at: test/tools/llvm-objcopy/strip-all-and-keep-symbol.test:6
 
+# RUN: cmp %t %t1
+# RUN: llvm-strip -keep-symbol=foo %t1
----------------
Maybe worth a quick comment saying why we copy and compare %t.
Repository:
  rL LLVM
https://reviews.llvm.org/D47222
    
    
More information about the llvm-commits
mailing list