summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2019-10-29 09:23:14 -0700
committerHiroshi Yamauchi <yamauchi@google.com>2019-11-01 09:15:33 -0700
commit3a399c098782c8d251c136fafa06be97cbf5d99c (patch)
tree139f193502d807a4f00e34c375c74cbcb2b15571
parent7a25de6d2073f77ea1a0d8f4cd715bec55678941 (diff)
downloadbcm5719-llvm-3a399c098782c8d251c136fafa06be97cbf5d99c.tar.gz
bcm5719-llvm-3a399c098782c8d251c136fafa06be97cbf5d99c.zip
Remove unnecessary unit test dependencies.
Summary: This is to address comment on D69409. Reviewers: davidxl, thakis Subscribers: mgorny, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D69568
-rw-r--r--llvm/unittests/Target/X86/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/unittests/Target/X86/CMakeLists.txt b/llvm/unittests/Target/X86/CMakeLists.txt
index 8e00023a772..4676094cb9c 100644
--- a/llvm/unittests/Target/X86/CMakeLists.txt
+++ b/llvm/unittests/Target/X86/CMakeLists.txt
@@ -6,11 +6,7 @@ include_directories(
set(LLVM_LINK_COMPONENTS
Analysis
CodeGen
- Core
- GlobalISel
- MC
MIRParser
- SelectionDAG
Support
Target
X86CodeGen
OpenPOWER on IntegriCloud