Skip to content

Commit 93bdc8b

Browse files
committed
[BOLT-TESTS] Add openssl.test for BAT testing
Add statically linked openssl with relocations as test binary, plus pre-aggregated profile collected on running openssl speed. Test Plan: ``` bin/llvm-lit -a tools/bolttests/X86/openssl.test ```
1 parent d697f44 commit 93bdc8b

File tree

5 files changed

+29539
-0
lines changed

5 files changed

+29539
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(BOLTTESTS_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
1111
set(BOLTTESTS_DEPS
1212
count
1313
FileCheck
14+
llvm-bat-dump
1415
llvm-bolt
1516
llvm-config
1617
llvm-dwarfdump

lit.cfg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
config.test_source_root]
4747

4848
tools = [
49+
ToolSubst('llvm-bat-dump', unresolved='fatal'),
4950
ToolSubst('llvm-bolt', unresolved='fatal'),
5051
ToolSubst('llvm-dwarfdump', unresolved='fatal'),
5152
ToolSubst('llvm-nm', unresolved='fatal'),

0 commit comments

Comments
 (0)