[flang-commits] [flang] [Flang][OpenMP][Driver][Test] Fix the omp-driver-offload-test commands (PR #66926)
Andrzej WarzyĆski via flang-commits
flang-commits at lists.llvm.org
Sun Sep 24 03:24:02 PDT 2023
================
@@ -33,7 +37,7 @@
! OFFLOAD-HOST-NOT: "-triple" "nvptx64-nvidia-cuda"
! OFFLOAD-HOST-NOT: "{{[^"]*}}flang-new" "-fc1" "-triple" "aarch64-unknown-linux-gnu"
-! RUN: not %flang -S -### %s -o %t 2>&1 \
+! RUN: %flang -S -### %s 2>&1 \
----------------
banach-space wrote:
> So do please let me know if you still wish it in a seperate PR and I'll remove it and move it to a new one.
Yes, please. The rationale for this particular change is straightforward and unrelated to the other changes.
https://github.com/llvm/llvm-project/pull/66926
More information about the flang-commits
mailing list