[llvm] ad83bed - [NFC][PowerPC] Remove unnecessary link components.
Steven Wan via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 18:23:43 PST 2020
Author: Steven Wan
Date: 2020-01-16T21:22:51-05:00
New Revision: ad83bed2411fdc9f9ef691a320d5d35b65ab4bae
URL: https://github.com/llvm/llvm-project/commit/ad83bed2411fdc9f9ef691a320d5d35b65ab4bae
DIFF: https://github.com/llvm/llvm-project/commit/ad83bed2411fdc9f9ef691a320d5d35b65ab4bae.diff
LOG: [NFC][PowerPC] Remove unnecessary link components.
Remove unused link components for PowerPC target unittest according
to post commit comments. This is a redo for a previous commit
"fc4e43ad618b" that removed a few components that are necessary
when libraries are to be built shared (i.e., BUILD_SHARED_LIBS=ON).
Added:
Modified:
llvm/unittests/Target/PowerPC/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/unittests/Target/PowerPC/CMakeLists.txt b/llvm/unittests/Target/PowerPC/CMakeLists.txt
index 6927fc4c7c18..c691f63a46db 100644
--- a/llvm/unittests/Target/PowerPC/CMakeLists.txt
+++ b/llvm/unittests/Target/PowerPC/CMakeLists.txt
@@ -4,11 +4,7 @@ include_directories(
)
set(LLVM_LINK_COMPONENTS
- Analysis
- CodeGen
- Core
MC
- MIRParser
Support
Target
PowerPCCodeGen
More information about the llvm-commits
mailing list