Displaying 1 result from an estimated 1 matches for "193441".
2013 Nov 01
4
[LLVMdev] [Proposal] Adding callback mechanism to Execution Engines
...An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131031/73d42da1/attachment.html>
-------------- next part --------------
Index: tools/lli/lli.cpp
===================================================================
--- tools/lli/lli.cpp (revision 193441)
+++ tools/lli/lli.cpp (working copy)
@@ -49,6 +49,8 @@
#include "llvm/Transforms/Instrumentation.h"
#include <cerrno>
+#include <iostream>
+
#ifdef __CYGWIN__
#include <cygwin/version.h>
#if defined(CYGWIN_VERSION_DLL_MAJOR) && CYGWIN_VERSION_DLL_MAJOR<...