Remove unnecessary unit test dependencies.
authorHiroshi Yamauchi <yamauchi@google.com>
Tue, 29 Oct 2019 16:23:14 +0000 (09:23 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Fri, 1 Nov 2019 16:15:33 +0000 (09:15 -0700)
Summary: This is to address comment on D69409.

Reviewers: davidxl, thakis

Subscribers: mgorny, llvm-commits

Tags: #llvm

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

llvm/unittests/Target/X86/CMakeLists.txt

index 8e00023..4676094 100644 (file)
@@ -6,11 +6,7 @@ include_directories(
 set(LLVM_LINK_COMPONENTS
   Analysis
   CodeGen
-  Core
-  GlobalISel
-  MC
   MIRParser
-  SelectionDAG
   Support
   Target
   X86CodeGen