[PATCH] [PECOFF] Handle weak external symbols.
Rui Ueyama
ruiu at google.com
Thu Aug 29 21:33:08 PDT 2013
Hi kledzik,
This is a second patch to show how I'm going to use the fallback mechanism
to implement COFF weak external symbols. What I'm doing in this patch is
adding a new field to COFFUndefinedAtom for a fallback atom and add a new
parameter to the constructor to pass an optional fallback atom.
http://llvm-reviews.chandlerc.com/D1553
Files:
lib/Core/Resolver.cpp
lib/ReaderWriter/PECOFF/Atoms.h
lib/ReaderWriter/PECOFF/ReaderCOFF.cpp
test/pecoff/Inputs/weak-externals.asm
test/pecoff/Inputs/weak-externals.obj.yaml
test/pecoff/weak-external.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1553.1.patch
Type: text/x-patch
Size: 9630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130829/9e5997ae/attachment.bin>
More information about the llvm-commits
mailing list