[llvm-bugs] [Bug 43512] New: Obfuscate names
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 30 11:36:03 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43512
Bug ID: 43512
Summary: Obfuscate names
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: llvm-reduce
Assignee: unassignedbugs at nondot.org
Reporter: rupprecht at google.com
CC: bmoses at google.com, dblaikie at gmail.com,
jgorbe at google.com, llvm-bugs at lists.llvm.org
Tools like C-Reduce have a renaming pass as one of their later stages that
renames variables to "a", "b", ... etc.
Adding a pass to llvm-reduce to do something similar would make it easier to
share internal (confidential) crash repros. Otherwise we have to do it by hand,
which is sometimes annoying when the repro is long.
The renaming should apply to at least:
1. Type/class names
2. Method/symbol names
3. IR variable names (e.g. if reducing something built w/
-fno-discard-value-names)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190930/7df2ca2e/attachment.html>
More information about the llvm-bugs
mailing list