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

Douglas Yung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 18 03:46:53 PDT 2021


dyung added a comment.

In D108081#2951804 <https://reviews.llvm.org/D108081#2951804>, @lhames wrote:

> 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.

Thanks, I've emailed you the verbose output. Let me know if you didn't receive it.


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