================ @@ -0,0 +1,16 @@ +// RUN: %clang_cc1 -std=c++23 -emit-llvm %s -triple x86_64-pc-windows-msvc -o - | FileCheck %s + ---------------- trungnt2910 wrote:
I tried testing a few triples such as `x86_64-unknown-linux-gnu` or `x86_64-w64-mingw32`, but the test fails due to different conventions. I think for a MSVC compatibility feature, we should focus more on MSVC targets? Non-MSVC targets already have `[[clang::always_inline]]`. https://github.com/llvm/llvm-project/pull/185282 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
