[PATCH] D81413: [lld-macho] improve handling of -platform_version

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 14:47:26 PDT 2020


gkm marked an inline comment as done.
gkm added inline comments.


================
Comment at: lld/test/MachO/platform-version.s:45
+# RUN: lld -flavor darwinnew -Z -o %t %t.o 2>&1 \
+# RUN:        -platform_version "watchOS Simulator" 1 5
+# RUN: lld -flavor darwinnew -Z -o %t %t.o 2>&1 \
----------------
int3 wrote:
> would be good to make one of these test strings contain a hyphen
Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81413



More information about the llvm-commits mailing list