[clang] [clang][CodeGen] Don't crash on sizeless output. (PR #99849)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 21:13:54 PDT 2024


================
@@ -0,0 +1,7 @@
+// RUN: not %clang_cc1 -S %s -o /dev/null 2>&1 | FileCheck %s
----------------
efriedma-quic wrote:

Please use "-verify" to check clang diagnostics, not FileCheck.

Is there any existing file with inline asm diagnostics this can be added to?

https://github.com/llvm/llvm-project/pull/99849


More information about the cfe-commits mailing list