================ @@ -0,0 +1,7 @@ +// Instrumentation from PGO/code coverage isn't supported yet for dyndbg. +// RUN: not %clang_cc1 -triple x86_64-unknown-unknown %s -fprofile-instrument=clang -fdynamic-debugging -emit-llvm \ ---------------- OCHyams wrote:
Thanks for pointing this out for posterity, fixed in https://github.com/llvm/llvm-project/pull/216662 https://github.com/llvm/llvm-project/pull/216307 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
