Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bolt/test/dump-dot-func.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test the --dump-dot-func option with multiple functions
# (includes tests for both mangled/unmangled names)

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

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