[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / tools / llvm-profdata / sample-remap.test
blob8e69c457266355881d8703ad35986069724ddcdf
1 ; RUN: llvm-profdata merge -sample -text %S/Inputs/sample-remap.proftext -r %S/Inputs/sample-remap.remap -o %t.output
2 ; RUN: diff -b %S/Inputs/sample-remap.expected %t.output