On Sep 28, 2007, at 16:18, Chris Lattner wrote:
URL: http://llvm.org/viewvc/llvm-project?rev=42367&view=rev
Log:
Added C and Ocaml bindings for functions, basic blocks, and
instruction creation. No support yet for instruction introspection.
Also eliminated allocas from the Ocaml bindings for portability,
and avoided unnecessary casts.
=====================================================================
=
========
--- llvm/trunk/include/llvm/CHelpers.h (original)
+++ llvm/trunk/include/llvm/CHelpers.h Wed Sep 26 15:56:12 2007
Hi Gordon,
I think it makes sense for CHelpers.h to move into include/llvm/
Support instead of include/llvm. What do you think?
Agreed; it was on my to-do list. I'd placed it here under the
assumption that there wasn't anything LLVM-specific in Support, but I
later saw that I was mistaken.
— Gordon
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits