Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MC] Convert another bunch of tests from macho-dump to llvm-readobj. | Davide Italiano | 2015-08-18 | 1 | -8/+16 |
| | | | | | | | | This is (almost) everything under MC/MachO/ARM. There are still some cases missing, because llvm-readobj doesn't (yet) support some features, that macho-dump provides. I plan to reduce the gap between them shortly. llvm-svn: 245302 | ||||
* | Fix flags for test in MC/MachO/ARM/empty-function-nop.ll | Richard Trieu | 2012-03-01 | 1 | -4/+4 |
| | | | | llvm-svn: 151778 | ||||
* | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 2012-02-28 | 1 | -0/+15 |
Without this hook, functions w/ a completely empty body (including no epilogue) will cause an MCEmitter assertion failure. For example, define internal fastcc void @empty_function() { unreachable } rdar://10947471 llvm-svn: 151673 |