[PATCH] Move alias symbols from ELFLinkingContext to LinkingContext.

Rui Ueyama ruiu at google.com
Wed May 21 18:06:55 PDT 2014


Hi atanasyan, Bigcheese, shankarke,

Alias symbols are SimpleDefinedAtoms and are platform neutral. They
don't have to belong ELF. This patch is to make it available to all
platforms. No functionality change intended.

http://reviews.llvm.org/D3862

Files:
  include/lld/Core/LinkingContext.h
  include/lld/ReaderWriter/Alias.h
  include/lld/ReaderWriter/ELFLinkingContext.h
  lib/Core/LinkingContext.cpp
  lib/ReaderWriter/ELF/ELFLinkingContext.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3862.9671.patch
Type: text/x-patch
Size: 10487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140522/86a6188d/attachment.bin>


More information about the llvm-commits mailing list