[PATCH] D128025: [lld-macho][nfc] Tests for -force_load + regular archive load combinations

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


int3 added inline comments.


================
Comment at: lld/test/MachO/force-load.s:25
+# 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
+# FORCE-THEN-REGULAR: _foo
----------------
... whoops I forgot to change this line after copypasting. Fixed in 61ace8f78b1c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128025



More information about the llvm-commits mailing list