[Driver] Make --execute-only the default for aarch64-fuchsia
Clang already generates code that doesn't use writeable data in executable sections so the linker flag is all that is necessary. -Wl,--no-execute-only can be used to turn this default off. Differential Revision: https://reviews.llvm.org/D134289
Loading
Please sign in to comment