[llvm] [ORC] Add LoadRelocatableObject: universal binary support, clearer er… (PR #104406)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 15 17:06:52 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `openmp-offload-libc-amdgpu-runtime` running on `omp-vega20-1` while building `llvm` at step 8 "Add check check-llvm".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/3867

Here is the relevant piece of the build log for the reference:
```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: ExecutionEngine/JITLink/Generic/MachO_universal_binaries.test' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o    /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.src/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/bin/llc -filetype=obj -mtriple x86_64-apple-macosx -o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.x86-64.o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.src/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
RUN: at line 3: /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o    /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.src/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
+ /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/bin/llc -filetype=obj -mtriple arm64-apple-macosx -o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/test/ExecutionEngine/JITLink/Generic/Output/MachO_universal_binaries.test.tmp.arm64.o /home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.src/llvm/test/ExecutionEngine/JITLink/Generic/Inputs/main-ret-0.ll
/home/ompworker/bbot/openmp-offload-libc-amdgpu-runtime/llvm.build/bin/llc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
--

********************


```

https://github.com/llvm/llvm-project/pull/104406


More information about the llvm-commits mailing list