Skip to content

Commit 5e9477c

Browse files
committed
[BOLT][test] Fix 'dump-dot-func' test execution on Windows host.
Replaced non-existent %clang++ substitute with %clangxx.
1 parent 5313d68 commit 5e9477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/dump-dot-func.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test the --dump-dot-func option with multiple functions
22
# (includes tests for both mangled/unmangled names)
33

4-
RUN: %clang++ %p/Inputs/multi-func.cpp -o %t.exe -Wl,-q
4+
RUN: %clangxx %p/Inputs/multi-func.cpp -o %t.exe -Wl,-q
55

66
# Test 1: --dump-dot-func with specific function name (mangled)
77
RUN: llvm-bolt %t.exe -o %t.bolt1 --dump-dot-func=_Z3addii -v=1 2>&1 | FileCheck %s --check-prefix=ADD

0 commit comments

Comments
 (0)