emmettneyman added inline comments.
================
Comment at: tools/clang-fuzzer/handle-llvm/\:113
+
+  legacy::PassManager PM;
+  TargetLibraryInfoImpl TLII(Triple(M->getTargetTriple()));
----------------
morehouse wrote:
> Any reason not to use the newer PassManager?
Clang (`llc`) and the `llvm-isel-fuzzer` both still use the legacy PassManager. 
The newer PassManager has a new interface that doesn't use `Module`s.


Repository:
  rC Clang

https://reviews.llvm.org/D48106



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

Reply via email to