mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-03 01:12:59 +00:00
Fix Android regression in r197332.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00a5490f87
commit
6941863cad
@ -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