Skip to content

Commit

Permalink
Fix grammar. NFC.
Browse files Browse the repository at this point in the history
Thank to Eric Christopher for noticing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325842 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Feb 22, 2018
1 parent 52ddc71 commit c7f6e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/TargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit c7f6e5d

Please sign in to comment.