[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
Thu Oct 24 22:37:13 PDT 2019
MaskRay added inline comments.
================
Comment at: lld/test/ELF/mmap-output-file.s:5
+# RUN: ld.lld %t.o -o %t
+# RUN: ld.lld %t.o -mmap-output-file -o %t1
+# RUN: cmp %t %t1
----------------
Prefer `--m` in tests. Due to the way the parser works, `-m emulation` is not considered, but we don't want users to use `-mmap-output-file`
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