[all-commits] [llvm/llvm-project] e8a4e5: [CMake] Use correct include path for InstrProfData...

Petr Hosek via All-commits all-commits at lists.llvm.org
Sun Nov 24 13:26:10 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e8a4e5892bd83a21451b74ebd0f41129be9f3267
      https://github.com/llvm/llvm-project/commit/e8a4e5892bd83a21451b74ebd0f41129be9f3267
  Author: Petr Hosek <phosek at google.com>
  Date:   2019-11-24 (Sun, 24 Nov 2019)

  Changed paths:
    M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake

  Log Message:
  -----------
  [CMake] Use correct include path for InstrProfData.inc on Darwin

On Darwin, part of the profile runtime is included in the builtin
library. f35032e changed the location of InstrProfData.inc but the
builtin build for Darwin hasn't been updated to include the new
path which causes a breakage when building for Darwin. This change
addresses this breakage.




More information about the All-commits mailing list