[lld] 61ace8f - [lld-macho][nfc] Change force-load.s test to actually test

Jez Ng via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 14:57:18 PDT 2022


Author: Jez Ng
Date: 2022-07-12T17:57:09-04:00
New Revision: 61ace8f78b1c52fd63fc8c2d800f08d7ddd87b0d

URL: https://github.com/llvm/llvm-project/commit/61ace8f78b1c52fd63fc8c2d800f08d7ddd87b0d
DIFF: https://github.com/llvm/llvm-project/commit/61ace8f78b1c52fd63fc8c2d800f08d7ddd87b0d.diff

LOG: [lld-macho][nfc] Change force-load.s test to actually test

I'd forgotten to change a copypasted line...

Added: 
    

Modified: 
    lld/test/MachO/force-load.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/force-load.s b/lld/test/MachO/force-load.s
index b513624676154..0ae13dc4d00d9 100644
--- a/lld/test/MachO/force-load.s
+++ b/lld/test/MachO/force-load.s
@@ -22,7 +22,7 @@
 # REGULAR-THEN-FORCE-NOT: _foo
 ## If the -force_load comes first, then the second load will just be a no-op.
 # RUN: %lld -lSystem -force_load %t/foo.a %t/foo.a %t/test.o -o %t/test-force-then-regular
-# RUN: llvm-objdump --syms %t/test-regular-then-force | FileCheck %s --check-prefix=REGULAR-THEN-FORCE
+# RUN: llvm-objdump --syms %t/test-force-then-regular | FileCheck %s --check-prefix=FORCE-THEN-REGULAR
 # FORCE-THEN-REGULAR: _foo
 
 ## Force-loading the same path twice is fine


        


More information about the llvm-commits mailing list