[all-commits] [llvm/llvm-project] e4b790: [OpenMP] Temporarily require X86 target for parall...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu May 6 07:17:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4b790c5e3653053819182a67c593bc65de860ac
https://github.com/llvm/llvm-project/commit/e4b790c5e3653053819182a67c593bc65de860ac
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M clang/test/OpenMP/parallel_for_codegen.cpp
Log Message:
-----------
[OpenMP] Temporarily require X86 target for parallel_for_codegen.cpp test
Since https://reviews.llvm.org/D101849 this test has been failing
on bots that only enable either Arm or AArch64 targets.
See: https://lab.llvm.org/buildbot/#/builders/107/builds/7601
Temporarily requires X86 for this test while the difference is figured out.
More information about the All-commits
mailing list