6 lines · plain
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-empty2RUN: diff -b %S/Inputs/expected %t.output3 4CHECK-NOT: warning5CHECK-NOT: error6