summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CBackend/TargetInfo/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the C backend.Eric Christopher2012-03-231-15/+0
| | | | llvm-svn: 153307
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
| | | | llvm-svn: 94378
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
| | | | | | | | | | | 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
* Add TargetInfo libraries for all targets.Daniel Dunbar2009-07-151-0/+15
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. llvm-svn: 75751
OpenPOWER on IntegriCloud