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

Pushpinder Singh via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 17 02:20:31 PST 2021


pdhaliwal added subscribers: dpalermo, estewart08, pdhaliwal.
pdhaliwal added a comment.

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


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