[PATCH] D50929: [llvm-mca] Introduce the llvm-mca library and organize the directory accordingly. NFC.

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 15:41:36 PDT 2018


mattd added inline comments.


================
Comment at: tools/llvm-mca/PipelinePrinter.h:21
 #include "View.h"
+#include "include/Pipeline.h"
 #include "llvm/ADT/SmallVector.h"
----------------
As I mentioned in the description.  Once we move llvm-mca into a core llvm library, these 'include/' subdirectories will be updated to reference that location.  For now, I left the include subdirectory explicit, even though the CMake file already includes that subdirectory.  


https://reviews.llvm.org/D50929





More information about the llvm-commits mailing list