[all-commits] [llvm/llvm-project] ba6312: [CMake] Set correct CXX_FLAGS for relative-vtables...

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Apr 29 10:35:02 PDT 2021


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

  Changed paths:
    M clang/cmake/caches/Fuchsia-stage2.cmake

  Log Message:
  -----------
  [CMake] Set correct CXX_FLAGS for relative-vtables variants

We overrite CXX_FLAGS to enable relative vtables, but doing so
overwrites generic Fuchsia CXX_FLAGS leading to a build failure
on Windows.

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




More information about the All-commits mailing list