MaskRay added inline comments.

================
Comment at: llvm/lib/Transforms/Instrumentation/KCFI.cpp:16
+#include "llvm/ADT/Statistic.h"
+#include "llvm/CodeGen/TargetLowering.h"
+#include "llvm/CodeGen/TargetSubtargetInfo.h"
----------------
Sorry, I just noticed this include. lib/Transforms/ files cannot depend on 
CodeGen for layering. You can see that no other Instrumentation uses CodeGen/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135411/new/

https://reviews.llvm.org/D135411

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to