llvm-6502/lib/Bytecode/Reader
Reid Spencer b152fd247c For PR797:
Adjust the use of MappedFile to its new non-throwing interface. We just
propagate the exceptions if an error occurs. This will get cleaned up
later, incrementally.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29820 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-22 16:10:12 +00:00
..
Analyzer.cpp Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. 2006-07-06 18:02:27 +00:00
Makefile These libs use EH info 2006-07-07 16:44:31 +00:00
Reader.cpp For PR797: 2006-08-22 16:09:19 +00:00
Reader.h For PR797: 2006-08-22 16:09:19 +00:00
ReaderWrappers.cpp For PR797: 2006-08-22 16:10:12 +00:00