hanchenye-llvm-project/lld/test
Sid Manning 2a59024ff8 This update does the following:
* Moves enum Scope from DefinedAtom.h to Atom.h
  * Adds scope method to AbsoluteAtom class
  * Updates YAML to print scope of AbsoluteAtoms
  * Update Native Reader/Writer to handle this new, "attribute"
  * Adds testcase 
Reviewed and approved by Nick Kledzik

llvm-svn: 166189
2012-10-18 17:16:19 +00:00
..
darwin PR13467: Fix mach-o writer to handle case of zero stubs. Renumber TestingHelpers kind values 2012-07-30 20:10:46 +00:00
elf This update does the following: 2012-10-18 17:16:19 +00:00
CMakeLists.txt Hook up lld-test to llvm check-all. Patch by Andy Gibbs! 2012-07-31 18:44:52 +00:00
absolute-basic.objtxt Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
archive-basic.objtxt Convert the YAMLReader to use LLVM/Support/YAMLParser. 2012-04-30 21:20:13 +00:00
archive-chain.objtxt Convert the YAMLReader to use LLVM/Support/YAMLParser. 2012-04-30 21:20:13 +00:00
archive-tentdef-search.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
auto-hide-coalesce.objtxt A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes 2012-01-11 01:06:19 +00:00
cstring-coalesce.objtxt (no commit message) 2012-02-15 00:38:09 +00:00
custom-section.objtxt Support more Atom attributes. Add more test cases to lld-core 2012-01-04 23:58:17 +00:00
dead-strip-attributes.objtxt Support more Atom attributes. Add more test cases to lld-core 2012-01-04 23:58:17 +00:00
dead-strip-basic.objtxt Add way to represent static archives in yaml test cases. 2012-04-20 01:24:37 +00:00
dead-strip-globals.objtxt Add way to represent static archives in yaml test cases. 2012-04-20 01:24:37 +00:00
empty.objtxt Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
error-atom-attribute.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-atom-content-byte-value.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-atom-content-bytes.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-atom-type.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-atom-undefined-wrong-attribue.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-file-attribute.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-fixup-attribute.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
error-fixup-target.objtxt Rework how YAMLReader is layered on top of YAMLParser. Turn hand written 2012-05-03 23:55:34 +00:00
fixups-addend.objtxt (no commit message) 2012-02-15 00:38:09 +00:00
fixups-dup-named.objtxt (no commit message) 2012-02-15 00:38:09 +00:00
fixups-named.objtxt (no commit message) 2012-02-15 00:38:09 +00:00
fixups-unnamed.objtxt (no commit message) 2012-02-15 00:38:09 +00:00
inline-coalesce.objtxt A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes 2012-01-11 01:06:19 +00:00
lit.cfg Fix environment path problem 2012-09-14 20:04:36 +00:00
lit.site.cfg.in
multiple-def-error.objtxt Fix MSVC incompatibilities. 2012-03-09 05:27:43 +00:00
pass-got-basic.objtxt Add way to represent static archives in yaml test cases. 2012-04-20 01:24:37 +00:00
pass-stubs-basic.objtxt Add way to represent static archives in yaml test cases. 2012-04-20 01:24:37 +00:00
shared-library-basic.objtxt Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
shared-library-coalesce.objtxt Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
tent-merge.objtxt A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes 2012-01-11 01:06:19 +00:00
undef-coalesce-error.objtxt Add way to represent static archives in yaml test cases. 2012-04-20 01:24:37 +00:00
undef-coalesce.objtxt Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms 2012-02-07 02:59:54 +00:00
undef-weak-coalesce.objtxt Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
weak-coalesce.objtxt A couple of big refactorings: 1) Move most attributes of Atom down to DefinedAtom, so only atoms representing definitions need to implement them. 2) Remove definitionTentative, definitionWeak, mergeDuplicates, and autoHide. Replace with merge and interposable attributes. 3) Make all methods on Atom be virtual so that future object file readers can lazily generated attributes 2012-01-11 01:06:19 +00:00