[PATCH] D48106: implemented proto to llvm
Emmett Neyman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 19 14:44:57 PDT 2018
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
More information about the cfe-commits
mailing list