Build should be fixed by
https://github.com/llvm/llvm-project/commit/9d22754389
This reverts commit df052e1732ab57f5d9c684ceeaed3ab39073cd9f.
Differential D109181
Reland "Try to unbreak Win build differently after 973519826edb76"" GMNGeoffrey on Sep 2 2021, 12:11 PM. Authored by
Details Build should be fixed by This reverts commit df052e1732ab57f5d9c684ceeaed3ab39073cd9f.
Diff Detail
Unit Tests
Event TimelineComment Actions Hmmm so pre-merge checks on Linux are failing https://buildkite.com/llvm-project/premerge-checks/builds/54955#8fea4a06-e971-48ad-a6d7-31173315d83d FAIL: libomp :: lock/omp_init_lock.c (84929 of 87948) ******************** TEST 'libomp :: lock/omp_init_lock.c' FAILED ******************** Script: -- : 'RUN: at line 1'; /var/lib/buildkite-agent/builds/llvm-project/build/./bin/clang -fopenmp -pthread -fno-experimental-isel -I /var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test -I /var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/src -L /var/lib/buildkite-agent/builds/llvm-project/build/lib -I /var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test/ompt /var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test/lock/omp_init_lock.c -o /var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/test/lock/Output/omp_init_lock.c.tmp -lm -latomic && /var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/test/lock/Output/omp_init_lock.c.tmp -- Exit Code: -11 Command Output (stdout): -- $ ":" "RUN: at line 1" $ "/var/lib/buildkite-agent/builds/llvm-project/build/./bin/clang" "-fopenmp" "-pthread" "-fno-experimental-isel" "-I" "/var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test" "-I" "/var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/src" "-L" "/var/lib/buildkite-agent/builds/llvm-project/build/lib" "-I" "/var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test/ompt" "/var/lib/buildkite-agent/builds/llvm-project/openmp/runtime/test/lock/omp_init_lock.c" "-o" "/var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/test/lock/Output/omp_init_lock.c.tmp" "-lm" "-latomic" $ "/var/lib/buildkite-agent/builds/llvm-project/build/projects/openmp/runtime/test/lock/Output/omp_init_lock.c.tmp" note: command had no output on stdout or stderr error: command failed with exit status: -11 Comment Actions I can't repro this locally. I re-ran pre-merge checks here D109200 (=> https://buildkite.com/llvm-project/premerge-checks/builds/54996#5ef72074-ab0b-4e31-8194-6c460afc4b6b) and only the tests mentioned on https://reviews.llvm.org/D108884#2981158 are failing in that run, so I think that's probably some unrelated flake. |