We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5313d68 commit 5e9477cCopy full SHA for 5e9477c
bolt/test/dump-dot-func.test
@@ -1,7 +1,7 @@
1
# Test the --dump-dot-func option with multiple functions
2
# (includes tests for both mangled/unmangled names)
3
4
-RUN: %clang++ %p/Inputs/multi-func.cpp -o %t.exe -Wl,-q
+RUN: %clangxx %p/Inputs/multi-func.cpp -o %t.exe -Wl,-q
5
6
# Test 1: --dump-dot-func with specific function name (mangled)
7
RUN: llvm-bolt %t.exe -o %t.bolt1 --dump-dot-func=_Z3addii -v=1 2>&1 | FileCheck %s --check-prefix=ADD
0 commit comments