summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGCall.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-02-04 06:26:47 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-02-04 06:26:47 +0000
commita89ec99fa29c3100728376eeb5d2e0e8ba61421e (patch)
treecf1ff1ca4b363b1a3818632a9d5b25596619a376 /clang/lib/CodeGen/CGCall.cpp
parent1c967784f35df5552f30786cc814e6663997a874 (diff)
downloadbcm5719-llvm-a89ec99fa29c3100728376eeb5d2e0e8ba61421e.tar.gz
bcm5719-llvm-a89ec99fa29c3100728376eeb5d2e0e8ba61421e.zip
Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't
there. This changes the interpreter to use libffi. After this patch, the interpreter will barely be able to call any external functions if built on a system without libffi installed (just enough to pass 'make check' really). But with libffi, we can now call any function that isn't variadic or taking a struct or vector parameter (but pointer to struct is fine). Patch by Alexei Svitkine! llvm-svn: 63723
Diffstat (limited to 'clang/lib/CodeGen/CGCall.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud