[all-commits] [llvm/llvm-project] 3a0f6e: Fix compiler extension in standalone mode
serge-sans-paille via All-commits
all-commits at lists.llvm.org
Wed Feb 19 22:22:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3a0f6e699bb6d96dc62dce6faef20ac26cf103fd
https://github.com/llvm/llvm-project/commit/3a0f6e699bb6d96dc62dce6faef20ac26cf103fd
Author: serge-sans-paille <sguelton at redhat.com>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M clang/CMakeLists.txt
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/CMakeLists.txt
Log Message:
-----------
Fix compiler extension in standalone mode
Use a dedicated cmake file to store the extension configured within LLVM. That
way, a standalone build of clang can load this cmake file and get all the
configured standalone extensions.
This patch is related to https://reviews.llvm.org/D74602
Differential Revision: https://reviews.llvm.org/D74757
More information about the All-commits
mailing list