================ @@ -0,0 +1,20 @@ +// Test the --verbose/-v flag of ssaf-linker. + +// RUN: rm -rf %t +// RUN: mkdir -p %t + +// RUN: ssaf-linker --verbose %S/Inputs/tu-1.json %S/Inputs/tu-2.json -o %t/lu-1+2.json 2>&1 \ +// RUN: | FileCheck %s -DINPUT=%S/Inputs -DOUTPUT=%t ---------------- steakhal wrote:
I think across the tests in this PR should use --match-full-lines in FileCheck. Maybe even --strict-whitespace. https://github.com/llvm/llvm-project/pull/184713 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
