mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix LastArchType to point to the new last arch.
llvm-svn: 241030
This commit is contained in:
parent
75e27b270d
commit
a3e07eb2de
@ -87,7 +87,7 @@ public:
|
||||
shave, // SHAVE: Movidius vector VLIW processors
|
||||
wasm32, // WebAssembly with 32-bit pointers
|
||||
wasm64, // WebAssembly with 64-bit pointers
|
||||
LastArchType = shave
|
||||
LastArchType = wasm64
|
||||
};
|
||||
enum SubArchType {
|
||||
NoSubArch,
|
||||
|
Loading…
x
Reference in New Issue
Block a user