[clang] [Clang]Throw frontend error for target feature mismatch when using `flatten` attribute (PR #150044)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 21 07:10:45 PDT 2025
================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -S -verify -o -
----------------
AaronBallman wrote:
```suggestion
// RUN: %clang_cc1 %s -triple=x86_64-linux-gnu -emit-llvm -verify -o /dev/null
```
https://github.com/llvm/llvm-project/pull/150044
More information about the cfe-commits
mailing list