[all-commits] [llvm/llvm-project] b58902: [libc++] Fix CMake configuration breakage when lib...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Mar 25 13:53:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b58902bc72c2b479b5ed27ec0d3422ba9782edbb
https://github.com/llvm/llvm-project/commit/b58902bc72c2b479b5ed27ec0d3422ba9782edbb
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M libcxx/test/CMakeLists.txt
Log Message:
-----------
[libc++] Fix CMake configuration breakage when libc++ is built neither static nor dynamic
Introduced by https://reviews.llvm.org/D72687. This condition can happen
when the tests are not being run at all, and we're only trying to generate
the libc++ headers.
More information about the All-commits
mailing list