================ @@ -0,0 +1,130 @@ +// RUN: %clang_cc1 -triple x86_64-pc-windows-msvc -emit-llvm -o - %s \ +// RUN: | FileCheck %s ---------------- ojhunt wrote:
@zahiraam do we have tests that cover the non-MS abi? (just a question about whether we have tests that would catch this ABI change leaking to other targets? I cannot see how that would happen, but you can never predict future refactorings) https://github.com/llvm/llvm-project/pull/208256 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
