[PATCH] D50052: [LLD] Improve handling of AT> linker script commands
Konstantin Schwarz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 31 07:30:41 PDT 2018
kschwarz marked 2 inline comments as done.
kschwarz added inline comments.
================
Comment at: test/ELF/linkerscript/at8.test:10
+
+REGION_ALIAS("RAM2", RAM)
+
----------------
grimar wrote:
> Do you really need an alias?
I used the REGION_ALIAS feature to illustrate how this scenario might occur in real world linker scripts.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D50052
More information about the llvm-commits
mailing list