[PATCH] [lld] add calls to nativereader/nativewriter
Shankar Kalpathi Easwaran
shankarke at gmail.com
Wed Oct 23 16:49:13 PDT 2013
Updated with review comments from Nick/Michael.
Made the ReaderWriter YAML and Native as a pass.
Few bugs have been found and those tests disabled from running.
Hi Bigcheese, kledzik, rui314,
http://llvm-reviews.chandlerc.com/D1955
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D1955?vs=5009&id=5106#toc
Files:
include/lld/Core/Pass.h
include/lld/Core/PassManager.h
include/lld/Core/Resolver.h
include/lld/Passes/LayoutPass.h
include/lld/Passes/RoundTripNativePass.h
include/lld/Passes/RoundTripYAMLPass.h
include/lld/ReaderWriter/Simple.h
lib/Core/PassManager.cpp
lib/Core/Resolver.cpp
lib/Driver/Driver.cpp
lib/Passes/CMakeLists.txt
lib/Passes/GOTPass.cpp
lib/Passes/LayoutPass.cpp
lib/Passes/RoundTripNativePass.cpp
lib/Passes/RoundTripYAMLPass.cpp
lib/Passes/StubsPass.cpp
lib/ReaderWriter/CoreLinkingContext.cpp
lib/ReaderWriter/ELF/Hexagon/HexagonTargetHandler.cpp
lib/ReaderWriter/ELF/X86_64/X86_64LinkingContext.cpp
lib/ReaderWriter/PECOFF/GroupedSectionsPass.h
lib/ReaderWriter/PECOFF/IdataPass.h
test/darwin/hello-world.objtxt
test/elf/X86_64/dontignorezerosize-sections.test
test/elf/X86_64/largebss.test
test/elf/X86_64/note-sections-ro_plus_rw.test
test/elf/X86_64/weak-override.test
test/elf/X86_64/weak-zero-sized.test
test/elf/check.test
test/elf/phdr.test
test/elf/ppc.test
test/elf/undef-from-main-dso.test
test/pecoff/alignment.test
test/pecoff/base-reloc.test
test/pecoff/bss-section.test
test/pecoff/drectve.test
test/pecoff/dynamic.test
test/pecoff/dynamicbase.test
test/pecoff/entry.test
test/pecoff/hello.test
test/pecoff/imagebase.test
test/pecoff/importlib.test
test/pecoff/lib.test
test/pecoff/multi.test
test/pecoff/reloc.test
test/pecoff/weak-external.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1955.3.patch
Type: text/x-patch
Size: 31653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131023/b69d1332/attachment.bin>
More information about the llvm-commits
mailing list