[all-commits] [llvm/llvm-project] 5136c1: [compiler-rt][test]Mark thinlto icp test as UNSUPP...

Mingming Liu via All-commits all-commits at lists.llvm.org
Tue Dec 19 21:10:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5136c167a2573fbd05179849cb41b198c4862b12
      https://github.com/llvm/llvm-project/commit/5136c167a2573fbd05179849cb41b198c4862b12
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M compiler-rt/test/profile/instrprof-thinlto-indirect-call-promotion.cpp

  Log Message:
  -----------
  [compiler-rt][test]Mark thinlto icp test as UNSUPPORTED on ppc. (#76008)

The test failure is about failed to build instrumented binary on ppc
(https://lab.llvm.org/buildbot/#/builders/18/builds/13228). Not sure how
to fix this for now. Mark the test unsupported on ppc.

```
RUN: at line 46: /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/build_gcc/./bin/clang  --driver-mode=g++  -m64  -ldl  -fprofile-generate -fuse-ld=lld -O2 lib.cpp main.cpp -o main
+ /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/build_gcc/./bin/clang --driver-mode=g++ -m64 -ldl -fprofile-generate -fuse-ld=lld -O2 lib.cpp main.cpp -o main
ld.lld: error: /lib/../lib64/Scrt1.o: ABI version 1 is not supported
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```




More information about the All-commits mailing list