[clang] [test][OpenMP] Avoid writing to a potentially write-protected dir (PR #94931)
Karl-Johan Karlsson via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 9 23:39:12 PDT 2024
================
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -verify -fopenmp %s
+// RUN: %clang_cc1 -fsyntax-only -verify -fopenmp %s
----------------
karka228 wrote:
It seems like this was a bad idea. When I test this locally this test works for me, but it seems like the it fail in the tests by buildkite/github-pull-requests. I will change this to `-emit-llvm-only` instead an see if that works better.
https://github.com/llvm/llvm-project/pull/94931
More information about the cfe-commits
mailing list