[llvm] f66f354 - [VE] Add Core to CMakeLists.txt for VE unittest
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 14:58:28 PDT 2023
Author: Amy Kwan
Date: 2023-09-21T16:58:11-05:00
New Revision: f66f3548ca85c66f0d9467a6854f53653f1d1ebf
URL: https://github.com/llvm/llvm-project/commit/f66f3548ca85c66f0d9467a6854f53653f1d1ebf
DIFF: https://github.com/llvm/llvm-project/commit/f66f3548ca85c66f0d9467a6854f53653f1d1ebf.diff
LOG: [VE] Add Core to CMakeLists.txt for VE unittest
This aims to fix the shared library build for the clang-ppc64le-linux-multistage bot.
Added:
Modified:
llvm/unittests/Target/VE/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/unittests/Target/VE/CMakeLists.txt b/llvm/unittests/Target/VE/CMakeLists.txt
index a6ee33426a81c61..271bf07f5b5d7d4 100644
--- a/llvm/unittests/Target/VE/CMakeLists.txt
+++ b/llvm/unittests/Target/VE/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
VEDesc
VEInfo
CodeGen
+ Core
GlobalISel
MC
SelectionDAG
More information about the llvm-commits
mailing list