xref: /llvm-project/llvm/test/tools/llvm-cxxmap/remap.test (revision 342c02d0ad57f244fed2b4d496c06d7b6dbdb310)
1RUN: 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
2RUN: diff -b %S/Inputs/expected %t.output
3
4CHECK-NOT: warning
5CHECK-NOT: error
6