projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4d844
)
Fix LastArchType to point to the new last arch.
author
Dan Gohman
<dan433584@gmail.com>
Tue, 30 Jun 2015 00:56:48 +0000
(
00:56
+0000)
committer
Dan Gohman
<dan433584@gmail.com>
Tue, 30 Jun 2015 00:56:48 +0000
(
00:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241030
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/ADT/Triple.h
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/Triple.h
b/include/llvm/ADT/Triple.h
index d3d87d6a92f79cd45617cbe09a982fd8cd533044..f26cadb0154dc2ff49449c574e47b03d7aad802e 100644
(file)
--- a/
include/llvm/ADT/Triple.h
+++ b/
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,