mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-08 09:43:20 +00:00
Suppress 'not handled in switch' warning
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7cd0201f02
commit
dc80347f0e
@ -163,6 +163,8 @@ std::string ARM_MC::ParseARMTriple(StringRef TT, StringRef CPU) {
|
||||
case Triple::ARMSubArch_v4t:
|
||||
ARMArchFeature = "+v4t";
|
||||
break;
|
||||
case Triple::NoSubArch:
|
||||
break;
|
||||
}
|
||||
|
||||
if (isThumb) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user