[clang] [clang][test][NFC] Use -fdriver-only over /dev/null (PR #135255)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 10 14:17:23 PDT 2025
================
@@ -1,6 +1,6 @@
-// RUN: %clang -fopenacc -S %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=ERROR
-// RUN: %clang -fclangir -fopenacc -S %s -o /dev/null 2>&1 | FileCheck %s --allow-empty -check-prefix=NOERROR
-// RUN: %clang -fopenacc -fclangir -S %s -o /dev/null 2>&1 | FileCheck %s --allow-empty -check-prefix=NOERROR
+// RUN: %clang -fopenacc -S %s -o -fdriver-only 2>&1 | FileCheck %s -check-prefix=ERROR
----------------
efriedma-quic wrote:
`-o -fdriver-only`?
https://github.com/llvm/llvm-project/pull/135255
More information about the cfe-commits
mailing list