[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 14 09:14:27 PDT 2018


philip.pfaffe updated this revision to Diff 138387.
philip.pfaffe marked 5 inline comments as done.
philip.pfaffe added a comment.

Address review comments, mostly adding commentary and renaming things.


Repository:
  rL LLVM

https://reviews.llvm.org/D35258

Files:
  include/llvm/Passes/PassPlugin.h
  include/llvm/Passes/PassPluginLoader.h
  include/llvm/Support/Compiler.h
  lib/Passes/CMakeLists.txt
  lib/Passes/PassPluginLoader.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.138387.patch
Type: text/x-patch
Size: 13823 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/470ce76b/attachment.bin>


More information about the llvm-commits mailing list