mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 16:48:02 +00:00
Reflow to fit 80-col.
llvm-svn: 71813
This commit is contained in:
parent
cd9198dd91
commit
a25bd435de
@ -963,8 +963,8 @@ bool X86ATTAsmPrinter::doFinalization(Module &M) {
|
||||
I != E; ++I) {
|
||||
// If the global is a extern weak symbol, remember to emit the weak
|
||||
// reference!
|
||||
// FIXME: This is rather hacky, since we'll emit references to ALL weak stuff,
|
||||
// not used. But currently it's the only way to deal with extern weak
|
||||
// FIXME: This is rather hacky, since we'll emit references to ALL weak
|
||||
// stuff, not used. But currently it's the only way to deal with extern weak
|
||||
// initializers hidden deep inside constant expressions.
|
||||
if (I->hasExternalWeakLinkage())
|
||||
ExtWeakSymbols.insert(I);
|
||||
|
Loading…
x
Reference in New Issue
Block a user