================ @@ -0,0 +1,33 @@ +// 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 - | \ +// RUN: FileCheck %s -check-prefix=COMPAT +// RUN: %clang_cc1 -triple x86_64-scei-ps4 -emit-llvm %s -o - | \ ---------------- freaknbigpanda wrote:
Can you add one for the PS5 triple as well? x86_64-sie-ps5 https://github.com/llvm/llvm-project/pull/220788 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
