mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-06 23:31:48 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32066 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f532c4fc15
commit
de97f9cd22
@ -291,8 +291,7 @@ bool X86SharedAsmPrinter::doFinalization(Module &M) {
|
|||||||
SwitchToDataSection("");
|
SwitchToDataSection("");
|
||||||
|
|
||||||
for (std::set<std::string>::iterator i = ExtWeakSymbols.begin(),
|
for (std::set<std::string>::iterator i = ExtWeakSymbols.begin(),
|
||||||
e = ExtWeakSymbols.end();
|
e = ExtWeakSymbols.end(); i != e; ++i) {
|
||||||
i != e; ++i) {
|
|
||||||
O << (Subtarget->isTargetDarwin() ? "\t.weak_reference" : "\t.weak")
|
O << (Subtarget->isTargetDarwin() ? "\t.weak_reference" : "\t.weak")
|
||||||
<< " " << *i << "\n";
|
<< " " << *i << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user