[PATCH] D108081: [ORC] Add Platform and runtime support for ELF-based platforms

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 03:39:46 PDT 2021


lhames added a comment.

In D108081#2951803 <https://reviews.llvm.org/D108081#2951803>, @dyung wrote:

> Hi, two of the tests added in this commit seem to be failing on our internal linux build bot:

Hi Douglas. I think this is *probably* STB_GNU_UNIQUE, but haven't been able to reproduce this locally yet. Would you mind emailing me the -verbose output from
``
/home/dyung/src/upstream/build/./bin/clang   -m64  -S -o /home/dyung/src/upstream/build/projects/compiler-rt/test/orc/X86_64LinuxConfig/TestCases/Linux/x86-64/Output/trivial-cxa-atexit.S /home/dyung/src/upstream/llvm_clean_git/compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-cxa-atexit.S -v

  I'll revert the patch for now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108081



More information about the llvm-commits mailing list