Matt Beaumont-Gay
99fc2e19a6
Move test yaml files under Inputs until they are converted to be the actual
...
test files.
llvm-svn: 161219
2012-08-02 21:52:49 +00:00
Michael J. Spencer
1ffd9de4f1
Add yaml2obj. A utility to convert YAML to binaries.
...
yaml2obj takes a textual description of an object file in YAML format
and outputs the binary equivalent. This greatly simplifies writing
tests that take binary object files as input.
llvm-svn: 161205
2012-08-02 19:16:56 +00:00
Danil Malyshev
cbe72fc959
Fixed ObjectFile functions:
...
- getSymbolOffset() renamed as getSymbolFileOffset()
- getSymbolFileOffset(), getSymbolAddress(), getRelocationAddress() returns same result for ELFObjectFile, MachOObjectFile and COFFObjectFile.
- added getRelocationOffset()
- fixed MachOObjectFile::getSymbolSize()
- fixed MachOObjectFile::getSymbolSection()
- fixed MachOObjectFile::getSymbolOffset() for symbols without section data.
llvm-svn: 145408
2011-11-29 17:40:10 +00:00
Matt Beaumont-Gay
1c1a2b8123
Change the actual tests to match the input directory rename (duh)
...
llvm-svn: 143404
2011-10-31 23:56:52 +00:00
Michael J. Spencer
554a012eb5
Unbreak tests.
...
llvm-svn: 140622
2011-09-27 19:06:37 +00:00
Michael J. Spencer
e12c8a802f
Revert "Object: Renable the tests now that none of the build bots complain about aliasing."
...
This reverts commit 281f3901b7b0869929caf8946c1ad1228bc38922.
llvm-svn: 123972
2011-01-21 06:27:04 +00:00
Michael J. Spencer
2d9860cbec
Object: Renable the tests now that none of the build bots complain about aliasing.
...
llvm-svn: 123964
2011-01-21 05:07:13 +00:00
Michael J. Spencer
11b293b304
Disable this test until I can figure out why it's broken. Not xfailed because it
...
usese 100% CPU and times out, so it's annoying to run it.
llvm-svn: 123915
2011-01-20 16:24:07 +00:00
Michael J. Spencer
2d67ed8f3b
Object: Add some tests!
...
llvm-svn: 123899
2011-01-20 06:39:15 +00:00