mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5a156deee
commit
94a0ac9bea
@ -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…
Reference in New Issue
Block a user