================ @@ -0,0 +1,26 @@ +// RUN: %clang -std=c23 -emit-llvm -S %s -o %t.ll +// RUN: %clang -fopenmp -std=c23 -emit-llvm -S %s -o %t.ll ---------------- Karthikdhondi wrote:
Updated the tests to use %clang_cc1 as suggested. https://github.com/llvm/llvm-project/pull/182480 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
