[PATCH] D41051: [LLD] [COFF] Disallow -dynamicbase:no for arm and arm64
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 09:16:36 PST 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with this change.
================
Comment at: test/COFF/armnt-dynamicbase.test:3
+# RUN: not lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj /dynamicbase:no 2>&1 | FileCheck %s
+# CHECK: dynamicbase:no is not compatible with arm
----------------
You can merge this file and the assembly file because this file contains only comments.
https://reviews.llvm.org/D41051
More information about the llvm-commits
mailing list