[PATCH] D52288: [MCA] Remove dependency on CodeGen.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 20 18:55:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL342706: [MCA] Remove dependency on CodeGen. (authored by dberris, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D52288?vs=166226&id=166396#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D52288

Files:
  llvm/trunk/tools/llvm-mca/lib/CMakeLists.txt
  llvm/trunk/tools/llvm-mca/lib/LLVMBuild.txt
  llvm/trunk/tools/llvm-mca/lib/Pipeline.cpp


Index: llvm/trunk/tools/llvm-mca/lib/LLVMBuild.txt
===================================================================
--- llvm/trunk/tools/llvm-mca/lib/LLVMBuild.txt
+++ llvm/trunk/tools/llvm-mca/lib/LLVMBuild.txt
@@ -19,4 +19,4 @@
 type = Library
 name = MCA
 parent = Libraries
-required_libraries = CodeGen MC Support
+required_libraries = MC Support
Index: llvm/trunk/tools/llvm-mca/lib/Pipeline.cpp
===================================================================
--- llvm/trunk/tools/llvm-mca/lib/Pipeline.cpp
+++ llvm/trunk/tools/llvm-mca/lib/Pipeline.cpp
@@ -15,7 +15,6 @@
 
 #include "Pipeline.h"
 #include "HWEventListener.h"
-#include "llvm/CodeGen/TargetSchedule.h"
 #include "llvm/Support/Debug.h"
 
 namespace mca {
Index: llvm/trunk/tools/llvm-mca/lib/CMakeLists.txt
===================================================================
--- llvm/trunk/tools/llvm-mca/lib/CMakeLists.txt
+++ llvm/trunk/tools/llvm-mca/lib/CMakeLists.txt
@@ -24,7 +24,6 @@
 
 llvm_update_compile_flags(LLVMMCA)
 llvm_map_components_to_libnames(libs
-  CodeGen
   MC
   Support
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52288.166396.patch
Type: text/x-patch
Size: 1079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180921/12b73e76/attachment.bin>


More information about the llvm-commits mailing list