================ @@ -0,0 +1,36 @@ +// RUN: %clang_cc1 -fexperimental-new-constant-interpreter -std=c++2a -fsyntax-only \ +// RUN: -triple x86_64-unknown-unknown -target-feature +avxifma -ffreestanding \ +// RUN: -verify %s ---------------- RKSimon wrote:
do not add new test files- they should be added to the existing *-builtins.c files like all other constexpr tests https://github.com/llvm/llvm-project/pull/161056 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
