[PATCH] D133846: [libunwind] Fix usage of `_dl_find_object` on 32-bit x86

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 14 11:20:57 PDT 2022


mgorny added a comment.

In D133846#3789468 <https://reviews.llvm.org/D133846#3789468>, @avogelsgesang wrote:

> Thanks for checking this, @mgorny!
> Well, I guess I will have to dig deeper, then...
> Can you share a (preferably minimal) command line how to reproduce the test failures on a 64-bit Linux machine?

Please try configuring as:

  CC=i686-pc-linux-gnu-clang CXX=i686-pc-linux-gnu-clang++ cmake ../runtimes -G Ninja -DLLVM_ENABLE_RUNTIMES=libunwind -DCMAKE_CXX_COMPILER_TARGET=i686-pc-linux-gnu

`i686-pc-linux-gnu-clang` and `i686-pc-linux-gnu-clang++` are just symlinks to the clang executable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133846



More information about the llvm-commits mailing list