[PATCH] D67038: Removes repetition in the error message.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 02:34:59 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-ar/invalid-object-file.test:7
+
+CHECK: llvm-ar{{(.exe|.EXE)?}}: error: unable to load '{{[^']+}}': File too small to be an archive.
+CHECK-NOT: {{.}}
----------------
You'll have to rebase, error messages are no longer capitalized, i.e. `File ` -> `file `


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67038/new/

https://reviews.llvm.org/D67038





More information about the llvm-commits mailing list