[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
Fri May 3 01:25:51 PDT 2019


serge-sans-paille updated this revision to Diff 197927.
serge-sans-paille added a comment.

Patch update:

- make it possible for extension to register extra tool dependency
- accept the `all` target to automatically detect official extensions (namely Polly as of now)
- ship clang patch


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61446/new/

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/clang/tools/driver/CMakeLists.txt
  tools/clang/tools/driver/cc1_main.cpp
  tools/opt/CMakeLists.txt
  tools/opt/NewPMDriver.cpp
  tools/opt/opt.cpp
  tools/polly/cmake/extension.cmake
  utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn

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


More information about the llvm-commits mailing list