Mercurial > hg > CbC > CbC_llvm
comparison include/llvm/CodeGen/GCs.h @ 95:afa8332a0e37 LLVM3.8
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 60c9769439b8 |
children |
comparison
equal
deleted
inserted
replaced
84:f3e34b893a5f | 95:afa8332a0e37 |
---|---|
19 class GCMetadataPrinter; | 19 class GCMetadataPrinter; |
20 | 20 |
21 /// FIXME: Collector instances are not useful on their own. These no longer | 21 /// FIXME: Collector instances are not useful on their own. These no longer |
22 /// serve any purpose except to link in the plugins. | 22 /// serve any purpose except to link in the plugins. |
23 | 23 |
24 /// Creates a CoreCLR-compatible garbage collector. | |
25 void linkCoreCLRGC(); | |
26 | |
24 /// Creates an ocaml-compatible garbage collector. | 27 /// Creates an ocaml-compatible garbage collector. |
25 void linkOcamlGC(); | 28 void linkOcamlGC(); |
26 | 29 |
27 /// Creates an ocaml-compatible metadata printer. | 30 /// Creates an ocaml-compatible metadata printer. |
28 void linkOcamlGCPrinter(); | 31 void linkOcamlGCPrinter(); |