[all-commits] [llvm/llvm-project] a36bd4: [CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_M...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Dec 1 11:43:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a36bd4c90dcca82be9b64f65dbd22e921b6485ef
https://github.com/llvm/llvm-project/commit/a36bd4c90dcca82be9b64f65dbd22e921b6485ef
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-12-01 (Tue, 01 Dec 2020)
Changed paths:
M clang/CMakeLists.txt
M clang/include/clang/Config/config.h.cmake
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CMakeLists.txt
M clang/test/lit.site.cfg.py.in
M llvm/CMakeLists.txt
M llvm/include/llvm/Config/llvm-config.h.cmake
M llvm/utils/gn/secondary/clang/include/clang/Config/BUILD.gn
M llvm/utils/gn/secondary/clang/test/BUILD.gn
M llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
Log Message:
-----------
[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/
This allows us to use its value everywhere, rather than just clang. Some
other places, like opt and lld, will use its value soon.
The #define for it is now in llvm-config.h.
Reviewed By: rnk, hans
Differential Revision: https://reviews.llvm.org/D92072
More information about the All-commits
mailing list