================ @@ -0,0 +1,16 @@ +// RUN: %clang %s -S -emit-llvm -fprofile-generate -fprofile-continuous -o - | FileCheck %s --check-prefix=IRPGO ---------------- MaskRay wrote:
Without a fixed target triple I believe this command will fail on certain platforms that do not support PGO/coverage. We typically add `%clang` tests to test/Driver and `%clang_cc1` tests to test/CodeGen, for better layering separation https://github.com/llvm/llvm-project/pull/124353 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits