[llvm] a9d1d00 - [VE] Make VE official

Simon Moll via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 05:56:35 PST 2021


Author: Simon Moll
Date: 2021-12-01T14:55:09+01:00
New Revision: a9d1d00b865ab6f6e75dcd649362a7c5cf01d168

URL: https://github.com/llvm/llvm-project/commit/a9d1d00b865ab6f6e75dcd649362a7c5cf01d168
DIFF: https://github.com/llvm/llvm-project/commit/a9d1d00b865ab6f6e75dcd649362a7c5cf01d168.diff

LOG: [VE] Make VE official

Add VE to the list of official targets.

Proposal: https://lists.llvm.org/pipermail/llvm-dev/2021-November/153571.html

Reviewed By: rengolin

Differential Revision: https://reviews.llvm.org/D113247

Added: 
    

Modified: 
    llvm/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
index e0538dfd780f..f9d270592e20 100644
--- a/llvm/CMakeLists.txt
+++ b/llvm/CMakeLists.txt
@@ -328,6 +328,7 @@ set(LLVM_ALL_TARGETS
   RISCV
   Sparc
   SystemZ
+  VE
   WebAssembly
   X86
   XCore


        


More information about the llvm-commits mailing list