[PATCH] D43601: [bugpoint] Add NoStripSymbols option.
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 19:05:49 PST 2018
hintonda added inline comments.
================
Comment at: tools/bugpoint/CrashDebugger.cpp:103
+
+ for (unsigned i = 0, e = StructTypes.size(); i != e; ++i) {
+ StructType *STy = StructTypes[i];
----------------
MatzeB wrote:
> maybe this can use a ranged for too? Similar for many of the other for loops.
Sure, but this is part of the cut-n-paste. Let's see if I can make all of it go away before I start hacking it up...
Repository:
rL LLVM
https://reviews.llvm.org/D43601
More information about the llvm-commits
mailing list