[all-commits] [llvm/llvm-project] 7f49dc: [CMake][libcxx] Don't wrap __config_site path in q...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Jan 29 19:37:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7f49dc496682e38335b204bbae371a0ca5057719
https://github.com/llvm/llvm-project/commit/7f49dc496682e38335b204bbae371a0ca5057719
Author: Petr Hosek <phosek at google.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[CMake][libcxx] Don't wrap __config_site path in quotes on Windows
This is failing to compile on Windows because clang-cl is trying to
use the path with quotes, dropping them resolves the issue.
Differential Revision: https://reviews.llvm.org/D73525
More information about the All-commits
mailing list