This is an archive of the discontinued LLVM Phabricator instance.

Reland "Try to unbreak Win build differently after 973519826edb76""
ClosedPublic

Authored by GMNGeoffrey on Sep 2 2021, 12:11 PM.

Diff Detail

Event Timeline

GMNGeoffrey created this revision.Sep 2 2021, 12:11 PM
GMNGeoffrey requested review of this revision.Sep 2 2021, 12:11 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 2 2021, 12:11 PM
thakis accepted this revision.Sep 2 2021, 12:14 PM
thakis added a subscriber: thakis.

Thanks!

This revision is now accepted and ready to land.Sep 2 2021, 12:14 PM

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
thakis added a comment.Sep 2 2021, 4:17 PM

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.

This revision was landed with ongoing or failed builds.Sep 2 2021, 4:20 PM
This revision was automatically updated to reflect the committed changes.

I can't repro the failure locally and it appears to also be broken at head