[PATCH] D43601: [bugpoint] Add NoStripSymbols option.

Don Hinton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 16:20:48 PST 2018


hintonda created this revision.
hintonda added reviewers: MatzeB, vsk.

Add NoStripSymbols option that matches the behavior of -strip pass.

Much of this patch is a cut-n-paste of several static functions from
StripSymbols.cpp.  A better option might be to make them non-static
and add their declarations to a header -- however, since I'm unsure
where they should go, I just cut-n-pasted them for now.


Repository:
  rL LLVM

https://reviews.llvm.org/D43601

Files:
  test/BugPoint/strip-names-and-types.ll
  tools/bugpoint/CrashDebugger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43601.135346.patch
Type: text/x-patch
Size: 6633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180222/2d82584a/attachment.bin>


More information about the llvm-commits mailing list