mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-03 13:51:39 +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("");
|
||||
|
||||
for (std::set<std::string>::iterator i = ExtWeakSymbols.begin(),
|
||||
e = ExtWeakSymbols.end();
|
||||
i != e; ++i) {
|
||||
e = ExtWeakSymbols.end(); i != e; ++i) {
|
||||
O << (Subtarget->isTargetDarwin() ? "\t.weak_reference" : "\t.weak")
|
||||
<< " " << *i << "\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user