[PATCH] D74757: Fix compiler extension in standalone mode
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 18 09:22:02 PST 2020
Meinersbur added a comment.
The Windows pre-merge check seem to have failed?
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:886
# process_llvm_pass_plugins([NO_GEN])
#
----------------
Change to `[GEN_CONFIG]`
================
Comment at: llvm/cmake/modules/LLVMConfig.cmake.in:115-116
include(${LLVM_CMAKE_DIR}/LLVM-Config.cmake)
+
+
----------------
[nit] unrelated whitespace change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74757/new/
https://reviews.llvm.org/D74757
More information about the cfe-commits
mailing list