[clang] [Clang] Add support for [[msvc::noinline]] attribute. (PR #91720)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Fri May 17 07:47:48 PDT 2024


================
@@ -0,0 +1,53 @@
+// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-unknown-linux-gnu -o - | FileCheck %s
----------------
erichkeane wrote:

Perhaps the same here, re merging the tests.

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


More information about the cfe-commits mailing list