[all-commits] [llvm/llvm-project] b1320f: [clang] Explicitly add libcxx and libcxxabi runtim...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Aug 24 06:13:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1320f7c9b907d39c8ceca9b91d66046441f1ae3
https://github.com/llvm/llvm-project/commit/b1320f7c9b907d39c8ceca9b91d66046441f1ae3
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M clang/cmake/caches/Apple-stage2.cmake
Log Message:
-----------
[clang] Explicitly add libcxx and libcxxabi runtimes during Stage2 builds
For the time being, we are still building libc++ and libc++abi's headers
during stage 2 builds. Encode that in the cache file so that CI jobs don't
have to manually specify LLVM_ENABLE_RUNTIMES when doing a stage 2 build.
More information about the All-commits
mailing list