mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Amends r236990, because I failed at hitting "save" before commit.
llvm-svn: 236991
This commit is contained in:
parent
a428d32467
commit
2f89e406b8
@ -22,8 +22,7 @@ TEST(TargetRegistry, TargetHasArchType) {
|
||||
|
||||
llvm::InitializeAllTargetInfos();
|
||||
|
||||
llvm::TargetRegistry RegistryRoot;
|
||||
for (auto &I = TargetRegistry::begin(), &E = TargetRegistry::end();
|
||||
for (auto I = TargetRegistry::begin(), E = TargetRegistry::end();
|
||||
I != E; ++I) {
|
||||
StringRef Name = I->getName();
|
||||
// There is really no way (at present) to ask a Target whether it targets
|
||||
|
Loading…
x
Reference in New Issue
Block a user