[PATCH] D35258: [Plugins] Add a slim plugin API to work together with the new PM
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 28 05:51:38 PDT 2018
philip.pfaffe updated this revision to Diff 140067.
philip.pfaffe marked 6 inline comments as done.
philip.pfaffe added a comment.
Rename, move around, and simplify some things.
Most importantly: Rename the plugin-provided callback descriptor to
PassPluginLibraryInfo, and the handle to the loaded library to
PassPlugin.
Repository:
rL LLVM
https://reviews.llvm.org/D35258
Files:
include/llvm/Passes/PassPlugin.h
include/llvm/Support/Compiler.h
lib/Passes/CMakeLists.txt
lib/Passes/PassPlugin.cpp
tools/opt/NewPMDriver.cpp
unittests/CMakeLists.txt
unittests/Passes/CMakeLists.txt
unittests/Passes/Plugin.cxx
unittests/Passes/PluginsTest.cpp
unittests/Passes/TestPlugin.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35258.140067.patch
Type: text/x-patch
Size: 12616 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180328/d1938621/attachment.bin>
More information about the llvm-commits
mailing list