<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Obfuscate names"
href="https://bugs.llvm.org/show_bug.cgi?id=43512">43512</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Obfuscate names
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>llvm-reduce
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rupprecht@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>bmoses@google.com, dblaikie@gmail.com, jgorbe@google.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>