================ @@ -0,0 +1,30 @@ +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm %s -o - | \ +// RUN: FileCheck %s -check-prefix=NEW +// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -fclang-abi-compat=23 %s -o - | \ ---------------- freaknbigpanda wrote:
Please add a run here for PlayStation triple (x86_64-sie-ps5) to make sure it also matches the COMPAT check lines https://github.com/llvm/llvm-project/pull/220788 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
