[PATCH] [OCaml] introduce link_gc_components
Ramkumar Ramachandra
artagnon at gmail.com
Wed Dec 24 19:53:37 PST 2014
The issue with making it part of the llvm package is that it gets
executed as soon as the package is loaded. The closest equivalent to
including an optional header in the C++ world is compiling with an
optional package in the OCaml world.
Make a minimal gc package that should be filled in with details later,
as the gc develops.
http://reviews.llvm.org/D6779
Files:
bindings/ocaml/CMakeLists.txt
bindings/ocaml/Makefile
bindings/ocaml/gc/CMakeLists.txt
bindings/ocaml/gc/Makefile
bindings/ocaml/gc/llvm_gc.ml
bindings/ocaml/gc/llvm_gc.mli
bindings/ocaml/llvm/META.llvm.in
include/llvm-c/Core.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/LinkGCComponents.cpp
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6779.17630.patch
Type: text/x-patch
Size: 4038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141225/d1a56d26/attachment.bin>
More information about the llvm-commits
mailing list