mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
b8a6345554
Fix newline issue in link_fdata.py, as well as how to call the tool. Reviewed By: Amir Differential Revision: https://reviews.llvm.org/D126437
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
# Check merge-fdata tool correctly processes fdata files with header strings
|
|
# such as the ones produced by BAT mode (boltedcollection)
|
|
RUN: merge-fdata %S/Inputs/bat_profile_1.fdata \
|
|
RUN: %S/Inputs/bat_profile_2.fdata \
|
|
RUN: | FileCheck %s --check-prefix=CHECK-FDATA
|
|
|
|
CHECK-FDATA: 1 main 451 1 SolveCubic 0 0 302
|
|
|
|
|