[PATCH] D69294: [LLD][ELF] Support -[no-]mmap-output-file with F_no_mmap

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 13:52:19 PDT 2019


MaskRay added inline comments.


================
Comment at: lld/test/ELF/mmap-output-file.s:3
+
+# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
+# RUN: ld.lld %t.o -o %t
----------------
Just use `x86_64`. This is not Linux specific.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69294





More information about the llvm-commits mailing list