[clang] [Clang] Diagnose conflict between always_inline/noinline attributes (PR #215173)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 10 06:52:03 PDT 2026


================
@@ -0,0 +1,49 @@
+// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
----------------
Fznamznon wrote:

You need to supply a triple via -triple, I think. right now the test fails on Windows because of the mangling.

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


More information about the cfe-commits mailing list