forked from OSchip/llvm-project
Fix grammar. NFC.
Thank to Eric Christopher for noticing. llvm-svn: 325842
This commit is contained in:
parent
6d2b435d80
commit
ba02f3f242
|
@ -131,7 +131,7 @@ bool TargetMachine::shouldAssumeDSOLocal(const Module &M,
|
|||
return false;
|
||||
|
||||
// Every other GV is local on COFF.
|
||||
// Make an exception for windows OS in the triple: Some firmwares builds use
|
||||
// Make an exception for windows OS in the triple: Some firmware builds use
|
||||
// *-win32-macho triples. This (accidentally?) produced windows relocations
|
||||
// without GOT tables in older clang versions; Keep this behaviour.
|
||||
if (TT.isOSBinFormatCOFF() || (TT.isOSWindows() && TT.isOSBinFormatMachO()))
|
||||
|
|
Loading…
Reference in New Issue