mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix typo.
llvm-svn: 29502
This commit is contained in:
parent
d7f488e277
commit
1beac3b680
@ -275,7 +275,7 @@ LinkTimeOptimizer::optimizeModules(const std::string &OutputFilename,
|
||||
#endif
|
||||
|
||||
// Strip leading underscore because it was added to match names
|
||||
// seen by liner.
|
||||
// seen by linker.
|
||||
for (unsigned i = 0, e = exportList.size(); i != e; ++i) {
|
||||
const char *name = exportList[i];
|
||||
if (strlen(name) > 2 && name[0] == '_')
|
||||
|
Loading…
x
Reference in New Issue
Block a user