mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix typo in comment.
llvm-svn: 129902
This commit is contained in:
parent
e5837f1317
commit
08fa5e5ed3
@ -155,7 +155,7 @@ LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer,
|
||||
if (!march)
|
||||
return NULL;
|
||||
|
||||
// construct LTModule, hand over ownership of module and target
|
||||
// construct LTOModule, hand over ownership of module and target
|
||||
SubtargetFeatures Features;
|
||||
Features.getDefaultSubtargetFeatures("" /* cpu */, llvm::Triple(Triple));
|
||||
std::string FeatureStr = Features.getString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user