[all-commits] [llvm/llvm-project] bca967: [cmake] Remove LLVM_USE_NEWPM option
aeubanks via All-commits
all-commits at lists.llvm.org
Fri Apr 1 20:25:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bca96760f75871d8dc0d868042a6417a65c1a18a
https://github.com/llvm/llvm-project/commit/bca96760f75871d8dc0d868042a6417a65c1a18a
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/CMake.rst
Log Message:
-----------
[cmake] Remove LLVM_USE_NEWPM option
This option tells the host clang to use the new pass manager.
Given that it's been the default for a while, this seems unnecessary.
This was added in D57068.
(this does not affect any LLVM/Clang functionality)
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D122947
More information about the All-commits
mailing list