summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BuiltinGCs.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GC] Consolidate all built in GCs into a single file [NFC]Philip Reames2016-01-191-0/+139
Combine a bunch of small files into a single, still rather small, file. The primary purpose of this is to get all of the static initializers into a single file so as to have a well defined order of initialization. llvm-svn: 258109
OpenPOWER on IntegriCloud