[PATCH] D67481: [ELF] Add -z separate-segments to complement separate-code and noseparate-code
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 01:17:47 PDT 2019
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: ELF/Config.h:64
+// For -z noseparate-code, -z separate-code and -z separate-segment.
+enum class SeparateSegmentKind { None, Code, All };
----------------
`separate-segment -> separate-segments`
Which one do you prefer?
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67481/new/
https://reviews.llvm.org/D67481
More information about the llvm-commits
mailing list