[libcxx-commits] [PATCH] D113253: [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler implied -lunwind

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 17 02:51:09 PST 2021


mstorsjo added a comment.

In D113253#3137097 <https://reviews.llvm.org/D113253#3137097>, @pdhaliwal wrote:

> Hi, this patch is producing cmake errors in our amdgpu buildbot: https://lab.llvm.org/buildbot/#/builders/193. Initially I thought there was something wrong with our configuration, but git bisecting revealed that this commit is causing the issue. If I remove the following line, the build is fine.
>
>   project(Runtimes LANGUAGES NONE)
>
> CC: @estewart08 @dpalermo

Ok, sorry about that - I reverted it now, and trying to see how I can reproduce and understand the issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113253/new/

https://reviews.llvm.org/D113253



More information about the libcxx-commits mailing list