[all-commits] [llvm/llvm-project] 654aa3: Revert "[llvm] Partial revert, hopefully fix LLVM ...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Fri Dec 10 17:34:11 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 654aa3ad92f2e496eb082cf07b3de3471ae58a92
      https://github.com/llvm/llvm-project/commit/654aa3ad92f2e496eb082cf07b3de3471ae58a92
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M llvm/include/llvm/CMakeLists.txt

  Log Message:
  -----------
  Revert "[llvm] Partial revert, hopefully fix LLVM module maps build"

This reverts commit 8d897ec91528e943bf2be7356845d3428ae369ae.

I tentativily landed John's patch in D115553 to fix the macOS bots but
it's still failing as shown here:

https://green.lab.llvm.org/green/job/lldb-cmake/39267/

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


  Commit: 30fc88bf1dc15a72e2d9809d28019d386b7a7cc0
      https://github.com/llvm/llvm-project/commit/30fc88bf1dc15a72e2d9809d28019d386b7a7cc0
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M clang/tools/scan-build/CMakeLists.txt
    M libclc/CMakeLists.txt
    M lldb/cmake/modules/FindLibEdit.cmake
    M llvm/CMakeLists.txt
    M llvm/cmake/modules/AddLLVM.cmake
    M llvm/cmake/modules/AddSphinxTarget.cmake
    M llvm/cmake/modules/CMakeLists.txt
    M llvm/cmake/modules/LLVMInstallSymlink.cmake
    M llvm/docs/CMake.rst
    M llvm/examples/Bye/CMakeLists.txt
    M llvm/include/llvm/CMakeLists.txt
    M llvm/tools/llvm-config/BuildVariables.inc.in
    M llvm/tools/llvm-config/llvm-config.cpp
    M llvm/tools/lto/CMakeLists.txt
    M llvm/tools/opt-viewer/CMakeLists.txt
    M llvm/tools/remarks-shlib/CMakeLists.txt
    M openmp/runtime/src/CMakeLists.txt

  Log Message:
  -----------
  Revert "Revert "Revert "Use `GNUInstallDirs` to support custom installation dirs. -- LLVM"""

This reverts commit 492de35df443d5f31480173d5f1274c7835cd3d8.

I tried to apply John's changes in 8d897ec91528 that were expected to
fix his patch but that didn't work unfortunately.

Reverting this again to fix the macOS bots and leave him more time to
investigate the issue.


Compare: https://github.com/llvm/llvm-project/compare/1a68c14b577f...30fc88bf1dc1


More information about the All-commits mailing list