[PATCH] D97426: [lld-macho] Infer machine type from input files

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 16:52:34 PST 2021


int3 added inline comments.


================
Comment at: lld/test/MachO/reproduce-thin-archives.s:9
 
-# RUN: %lld foo.a -o /dev/null --reproduce repro.tar
+# RUN: %lld -arch x86_64 foo.a -o /dev/null --reproduce repro.tar
 # RUN: tar tf repro.tar | FileCheck -DPATH='repro/%:t.dir' %s
----------------
since we no longer default to x86_64, tests which do not pass in an object file will have to specify the arch manually


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97426



More information about the llvm-commits mailing list