[llvm] b9d85a5 - [NFC][XCOFF] remove the tool name `yaml2obj` in the test.
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 01:12:30 PST 2022
Author: esmeyi
Date: 2022-01-19T04:11:21-05:00
New Revision: b9d85a52317ecd5aee223cd2ef0a46a872c7dbf4
URL: https://github.com/llvm/llvm-project/commit/b9d85a52317ecd5aee223cd2ef0a46a872c7dbf4
DIFF: https://github.com/llvm/llvm-project/commit/b9d85a52317ecd5aee223cd2ef0a46a872c7dbf4.diff
LOG: [NFC][XCOFF] remove the tool name `yaml2obj` in the test.
Added:
Modified:
llvm/test/tools/yaml2obj/XCOFF/aux-symbols.yaml
Removed:
################################################################################
diff --git a/llvm/test/tools/yaml2obj/XCOFF/aux-symbols.yaml b/llvm/test/tools/yaml2obj/XCOFF/aux-symbols.yaml
index 439691695642..fe75c1941bc1 100644
--- a/llvm/test/tools/yaml2obj/XCOFF/aux-symbols.yaml
+++ b/llvm/test/tools/yaml2obj/XCOFF/aux-symbols.yaml
@@ -530,7 +530,7 @@ Symbols:
# RUN: not yaml2obj %s --docnum=6 -o %t8 2>&1 | FileCheck %s \
# RUN: --check-prefix=AUXCOUNT
-# AUXCOUNT: yaml2obj: error: specified NumberOfAuxEntries 1 is less than the actual number of auxiliary entries 2
+# AUXCOUNT: error: specified NumberOfAuxEntries 1 is less than the actual number of auxiliary entries 2
--- !XCOFF
FileHeader:
More information about the llvm-commits
mailing list