llvm-6502/tools/lto
Rafael Espindola 99b4237c16 Split Finish into Finish and FinishImpl to have a common place to do end of
file error checking. Use that to error on an unfinished cfi_startproc.

The error is not nice, but is already better than a segmentation fault.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147717 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-07 03:13:18 +00:00
..
CMakeLists.txt Update CMakeLists.txt 2011-04-01 18:03:58 +00:00
lto.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
lto.exports Expoert c interface for disassembler. 2011-03-29 00:01:39 +00:00
LTOCodeGenerator.cpp Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
LTOCodeGenerator.h Add a lto_codegen_compile_to_file to avoid producing a file, reading it to 2011-03-22 20:57:13 +00:00
LTOModule.cpp Split Finish into Finish and FinishImpl to have a common place to do end of 2012-01-07 03:13:18 +00:00
LTOModule.h Move comment to the correct place. 2011-11-04 09:34:06 +00:00
Makefile build: Tidy up a bunch of tool Makefiles, and simplify where possible using the 2011-10-18 19:27:24 +00:00