[llvm] 3f53722 - [llvm-objcopy][COFF] Add missing RUN in bigobj.test
Alexander Shaposhnikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 04:01:32 PST 2022
Author: Alexander Shaposhnikov
Date: 2022-02-01T12:00:13Z
New Revision: 3f53722347ce4afd68431da471dc19fa047cf7ef
URL: https://github.com/llvm/llvm-project/commit/3f53722347ce4afd68431da471dc19fa047cf7ef
DIFF: https://github.com/llvm/llvm-project/commit/3f53722347ce4afd68431da471dc19fa047cf7ef.diff
LOG: [llvm-objcopy][COFF] Add missing RUN in bigobj.test
Added:
Modified:
llvm/test/tools/llvm-objcopy/COFF/bigobj.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-objcopy/COFF/bigobj.test b/llvm/test/tools/llvm-objcopy/COFF/bigobj.test
index 17968f12b8aed..369559986a7d5 100644
--- a/llvm/test/tools/llvm-objcopy/COFF/bigobj.test
+++ b/llvm/test/tools/llvm-objcopy/COFF/bigobj.test
@@ -13,7 +13,7 @@ RUN: llvm-objdump -t %t.small.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-
# Add a .gnu_debuglink section, forcing the object back to big format.
RUN: llvm-objcopy --add-gnu-debuglink=%t.in.o %t.small.o %t.big.o
- llvm-objdump -t %t.big.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-BIG,SYMBOLS-REMOVED-BIG
+RUN: llvm-objdump -t %t.big.o | FileCheck %s --check-prefixes=SYMBOLS,SYMBOLS-BIG,SYMBOLS-REMOVED-BIG
# In big object format, the .file symbol occupies one symbol table entry for
# the auxillary data, but needs two entries in the small format, forcing the
More information about the llvm-commits
mailing list