[clang] [Clang][Driver] Warn about `-c/-S` with `-fsyntax-only` (PR #98607)
Dmitriy Chestnykh via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 14 23:35:50 PDT 2024
================
@@ -0,0 +1,9 @@
+// RUN: %clang -fsyntax-only -S %s 2>&1 | FileCheck %s --check-prefix=CHECK-ASM
----------------
chestnykh wrote:
Renamed
https://github.com/llvm/llvm-project/pull/98607
More information about the cfe-commits
mailing list