bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-cxxmap/remap.test

6 lines
232 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
RUN: llvm-cxxmap %S/Inputs/before.sym %S/Inputs/after.sym -r %S/Inputs/remap.map -o %t.output -Wambiguous -Wincomplete 2>&1 | FileCheck %s --allow-empty
RUN: diff -b %S/Inputs/expected %t.output
CHECK-NOT: warning
CHECK-NOT: error