hanchenye-llvm-project/llvm/lib/Bitcode/Writer
Chris Lattner 7ba0661f27 Stop building RTTI information for *most* llvm libraries. Notable
missing ones are libsupport, libsystem and libvmcore.  libvmcore is
currently blocked on bugpoint, which uses EH.  Once it stops using
EH, we can switch it off.

This #if 0's out 3 unit tests, because gtest requires RTTI information.
Suggestions welcome on how to fix this.

llvm-svn: 94164
2010-01-22 06:49:46 +00:00
..
BitWriter.cpp Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
BitcodeWriter.cpp Avoid modifying ValueEnumerator's MD ValueList by choosing which function-local MD to write based on the function currently being written 2010-01-14 19:38:44 +00:00
BitcodeWriterPass.cpp eliminate the std::ostream forms of the bitcode writing APIs. 2009-08-23 07:49:08 +00:00
CMakeLists.txt Remove derelict serialization code. 2009-12-31 23:40:17 +00:00
Makefile Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
ValueEnumerator.cpp Simplify code that chooses when to enumerate function-local metadata operands 2010-01-14 19:54:11 +00:00
ValueEnumerator.h Simplify code that chooses when to enumerate function-local metadata operands 2010-01-14 19:54:11 +00:00