[PATCH] D61446: Generalize the pass registration mechanism used by Polly to any third-party tool

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 09:11:52 PDT 2019


serge-sans-paille created this revision.
serge-sans-paille added a reviewer: tstellar.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: bollu.
Herald added a project: LLVM.

There's quite a lot of references to Polly in the LLVM CMake codebase. However the registration pattern used by Polly could be useful to other external projects: thanks to that mechanism it would be possible to develop LLVM extension without touching the LLVM code base.

This an attempt at doing so, using Polly as reference.


Repository:
  rL LLVM

https://reviews.llvm.org/D61446

Files:
  CMakeLists.txt
  include/llvm/Config/llvm-config.h.cmake
  tools/CMakeLists.txt
  tools/bugpoint/CMakeLists.txt
  tools/bugpoint/bugpoint.cpp
  tools/opt/CMakeLists.txt
  tools/opt/NewPMDriver.cpp
  tools/opt/opt.cpp
  utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61446.197801.patch
Type: text/x-patch
Size: 7475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/c87c02ca/attachment.bin>


More information about the llvm-commits mailing list