mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Move comment to the correct place.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143690 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7280fd619
commit
24c5b36841
@ -668,8 +668,6 @@ static bool isAliasToDeclaration(const GlobalAlias &V) {
|
||||
}
|
||||
|
||||
bool LTOModule::ParseSymbols(std::string &errMsg) {
|
||||
// Use mangler to add GlobalPrefix to names to match linker names.
|
||||
|
||||
// add functions
|
||||
for (Module::iterator f = _module->begin(); f != _module->end(); ++f) {
|
||||
if (isDeclaration(*f))
|
||||
|
@ -115,6 +115,7 @@ private:
|
||||
llvm::StringMap<NameAndAttributes> _undefines;
|
||||
std::vector<const char*> _asm_undefines;
|
||||
llvm::MCContext _context;
|
||||
// Use mangler to add GlobalPrefix to names to match linker names.
|
||||
llvm::Mangler _mangler;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user