Author: Orlando Cazalet-Hyams
Date: 2026-08-17T09:56:15+01:00
New Revision: 93ebddedab9833af230754ab49f5b642a02f36e6

URL: 
https://github.com/llvm/llvm-project/commit/93ebddedab9833af230754ab49f5b642a02f36e6
DIFF: 
https://github.com/llvm/llvm-project/commit/93ebddedab9833af230754ab49f5b642a02f36e6.diff

LOG: [dyndbg][nfc] use -emit-llvm-only in coverage test (#216662)

Follow-up to https://github.com/llvm/llvm-project/pull/216307

Added: 
    

Modified: 
    clang/test/DebugInfo/DynamicDebugging/profile-coverage.c

Removed: 
    


################################################################################
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)


        
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to