[llvm] r241030 - Fix LastArchType to point to the new last arch.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jun 29 19:05:49 PDT 2015


I think this broke

unittests/ADT/ADTTests  --gtest_filter=*TripleTest.Normalization*

On 29 June 2015 at 20:56, Dan Gohman <dan433584 at gmail.com> wrote:
> Author: djg
> Date: Mon Jun 29 19:56:48 2015
> New Revision: 241030
>
> URL: http://llvm.org/viewvc/llvm-project?rev=241030&view=rev
> Log:
> Fix LastArchType to point to the new last arch.
>
> Modified:
>     llvm/trunk/include/llvm/ADT/Triple.h
>
> Modified: llvm/trunk/include/llvm/ADT/Triple.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Triple.h?rev=241030&r1=241029&r2=241030&view=diff
> ==============================================================================
> --- llvm/trunk/include/llvm/ADT/Triple.h (original)
> +++ llvm/trunk/include/llvm/ADT/Triple.h Mon Jun 29 19:56:48 2015
> @@ -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,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list