diff options
| author | Dan Gohman <dan433584@gmail.com> | 2015-06-30 00:56:48 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2015-06-30 00:56:48 +0000 |
| commit | ef46184b685fcaa3ad2733d2a427660005a6e1a4 (patch) | |
| tree | e55d60bfcc30110e51af3fa59ddb0ab1497ba5d8 | |
| parent | f7b27d15f286b7da220395e8dc407934e00f5d25 (diff) | |
| download | bcm5719-llvm-ef46184b685fcaa3ad2733d2a427660005a6e1a4.tar.gz bcm5719-llvm-ef46184b685fcaa3ad2733d2a427660005a6e1a4.zip | |
Fix LastArchType to point to the new last arch.
llvm-svn: 241030
| -rw-r--r-- | llvm/include/llvm/ADT/Triple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/Triple.h b/llvm/include/llvm/ADT/Triple.h index d3d87d6a92f..f26cadb0154 100644 --- a/llvm/include/llvm/ADT/Triple.h +++ b/llvm/include/llvm/ADT/Triple.h @@ -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, |

