[clang] [llvm] [Clang][SME] Detect always_inline used with mismatched streaming attributes (PR #77936)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 01:40:15 PST 2024


================
@@ -0,0 +1,7 @@
+// RUN: %clang --target=aarch64-none-linux-gnu -march=armv9-a+sme -O3 -S -Xclang -verify %s
----------------
sdesmalen-arm wrote:

You can remove `-O3` because clang doesn't do any codegen when it has `-verify`.

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


More information about the llvm-commits mailing list