[all-commits] [llvm/llvm-project] dcbfb6: [libcxx] Use joined format for include flag on Win...

Petr Hosek via All-commits all-commits at lists.llvm.org
Fri Apr 30 11:41:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcbfb6f8735a517f7142779ac7c804607f65d7a9
      https://github.com/llvm/llvm-project/commit/dcbfb6f8735a517f7142779ac7c804607f65d7a9
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt

  Log Message:
  -----------
  [libcxx] Use joined format for include flag on Windows

Without this, CMake deduplicates the /I flag breaking the build. See
https://cmake.org/cmake/help/v3.13/command/target_compile_options.html
for more details on why this is needed.

Differential Revision: https://reviews.llvm.org/D101550




More information about the All-commits mailing list