[all-commits] [llvm/llvm-project] 62cff4: Revert "Reapply [runtimes] Fix building initial li...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Thu Dec 9 02:57:46 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62cff45d765c045b5c7678b3863bd8bffaecae94
      https://github.com/llvm/llvm-project/commit/62cff45d765c045b5c7678b3863bd8bffaecae94
  Author: Martin Storsjö <martin at martin.st>
  Date:   2021-12-09 (Thu, 09 Dec 2021)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/cmake/config-ix.cmake
    M runtimes/CMakeLists.txt

  Log Message:
  -----------
  Revert "Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind"

This reverts commit 317dc31e53b83c1d2a468d7a541925f0cc7d9dce.

After that change, OpenMP doesn't find dependencies in the host
system (it fails do find e.g. /usr/lib/x86_64-linux-gnu/libelf.so
which it found before), which causes some OpenMP target offloading
plugins to not be found. This doesn't break the build, but just
causes the AMDGPU OpenMP target plugin to be omitted. See
https://reviews.llvm.org/D113253#3181934 for the report of this
issue.




More information about the All-commits mailing list