llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Orlando Cazalet-Hyams (OCHyams) <details> <summary>Changes</summary> Follow-up to https://github.com/llvm/llvm-project/pull/216307 --- Full diff: https://github.com/llvm/llvm-project/pull/216662.diff 1 Files Affected: - (modified) clang/test/DebugInfo/DynamicDebugging/profile-coverage.c (+1-1) ``````````diff diff --git a/clang/test/DebugInfo/DynamicDebugging/profile-coverage.c b/clang/test/DebugInfo/DynamicDebugging/profile-coverage.c index 30f78af33c883..792055a4b9327 100644 --- a/clang/test/DebugInfo/DynamicDebugging/profile-coverage.c +++ b/clang/test/DebugInfo/DynamicDebugging/profile-coverage.c @@ -1,5 +1,5 @@ // 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 \ +// RUN: not %clang_cc1 -triple x86_64-unknown-unknown %s -fprofile-instrument=clang -fdynamic-debugging -emit-llvm-only \ // RUN: --discard-dynamic-debugging-debug-module 2>&1 \ // RUN: | FileCheck %s // CHECK: error: '-fdynamic-debugging' unsupported with instrumentation (PGO/code coverage) `````````` </details> https://github.com/llvm/llvm-project/pull/216662 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
