mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 14:06:36 +00:00
Fix typo.
llvm-svn: 135971
This commit is contained in:
parent
66a3dc5e2f
commit
a76f4792e3
@ -263,7 +263,7 @@ bool LTOCodeGenerator::determineTarget(std::string& errMsg)
|
||||
break;
|
||||
}
|
||||
|
||||
// construct LTModule, hand over ownership of module and target
|
||||
// construct LTOModule, hand over ownership of module and target
|
||||
SubtargetFeatures Features;
|
||||
Features.getDefaultSubtargetFeatures(llvm::Triple(Triple));
|
||||
std::string FeatureStr = Features.getString();
|
||||
|
Loading…
Reference in New Issue
Block a user