[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
Fri Mar 2 11:01:24 PST 2018


philip.pfaffe updated this revision to Diff 136806.
philip.pfaffe added a comment.

Improve Layering: Move New-PM Pass Plugins into the Passes library


Repository:
  rL LLVM

https://reviews.llvm.org/D35258

Files:
  include/llvm/Passes/PassPlugin.h
  include/llvm/Passes/PassPluginLoader.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.136806.patch
Type: text/x-patch
Size: 11324 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180302/b8646d4b/attachment.bin>


More information about the llvm-commits mailing list