[PATCH] D72327: Fix compiler extension builds

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 05:50:45 PST 2020


serge-sans-paille created this revision.
serge-sans-paille added reviewers: echristo, fhahn, RKSimon, gkistanova.
Herald added subscribers: llvm-commits, mgorny.
Herald added a reviewer: bollu.
Herald added a project: LLVM.
serge-sans-paille added a reviewer: Meinersbur.

- Update documentation now that the move to monorepo has been made
- Fix validation issue when building examples
- Add NO_MODULE option to match Polly specific requirements (i.e. building the module *and* linking it statically)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72327

Files:
  llvm/cmake/modules/AddLLVM.cmake
  llvm/docs/WritingAnLLVMPass.rst
  llvm/examples/Bye/CMakeLists.txt
  llvm/test/Feature/load_extension.ll
  llvm/test/lit.cfg.py
  polly/lib/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72327.236562.patch
Type: text/x-patch
Size: 6468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200107/8851421e/attachment.bin>


More information about the llvm-commits mailing list