================ @@ -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 ---------------- tbaederr wrote:
Why isn't this just an additional RUN line in the test file in `Sema/`? https://github.com/llvm/llvm-project/pull/161056 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
