[PATCH] Add a GCStrategy for CoreCLR

Pat Gavlin pagavlin at microsoft.com
Mon May 18 16:50:53 PDT 2015


================
Comment at: lib/CodeGen/CoreCLRGC.cpp:54
@@ +53,3 @@
+
+static GCRegistry::Add<CoreCLRGC> X("coreclr",
+                                    "CoreCLR-compatible GC");
----------------
reames wrote:
> This is the registration mechanism you were asking about.  It's a nasty misuse of initializers, but I haven't gotten around to ripping it apart and rewriting yet.
I had actually intended to ask which documentation we need to update, if any. Sorry for the confusion :)

http://reviews.llvm.org/D9767

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list