Skip to content
Snippets Groups Projects
Commit 27672ee8 authored by Devang Patel's avatar Devang Patel
Browse files

Fix typo.

llvm-svn: 29502
parent acd4b070
No related branches found
No related tags found
No related merge requests found
......@@ -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] == '_')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment