================ @@ -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 \ ---------------- mikaelholmen wrote:
Hi @OCHyams If we're not interested in the actual produced llvm IR , can you change "-emit-llvm" to "-emit-llvm-only"? Now it tries to create the file profile-coverage.ll in hte local directory (which me be write protected). https://github.com/llvm/llvm-project/pull/216307 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
