mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 23:57:48 +00:00
Fix Android regression in r197332.
llvm-svn: 197366
This commit is contained in:
parent
81b69b5ce1
commit
5a1332c25e
@ -190,6 +190,7 @@ void ARMSubtarget::resetSubtargetFeatures(StringRef CPU, StringRef FS) {
|
||||
InstrItins = getInstrItineraryForCPU(CPUString);
|
||||
|
||||
switch (TargetTriple.getEnvironment()) {
|
||||
case Triple::Android:
|
||||
case Triple::EABI:
|
||||
case Triple::GNUEABI:
|
||||
case Triple::GNUEABIHF:
|
||||
|
Loading…
Reference in New Issue
Block a user