Hello,<br><br>Maybe my version (LLVM 2.5) is incomplete... now get this error:<br><br>toy.cpp:11:38: error: llvm/Target/TargetSelect.h: No such file or directory<br><br>How can I get this file?<br><br>Regards,<br><br>Juan Carlos<br>
<br><br><div class="gmail_quote">On Wed, Jun 17, 2009 at 12:51 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com">clattner@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On Jun 17, 2009, at 9:46 AM, Paul Melis wrote:<br>
<br>
> FWIW, I'm also suddenly experiencing segfaults in code that used to<br>
> work<br>
> a few days ago (I'm using svn). This may be unrelated to the problem<br>
> described below, but perhaps it's the same thing.<br>
><br>
> In my case it seems that creating an ExecutionEngine has changed. I<br>
> used<br>
> to do<br>
><br>
>    Module* Mod = makeLLVMModule();      // basically create a gcd<br>
> function<br>
>    verifyModule(*Mod, PrintMessageAction);<br>
><br>
>    ExecutionEngine *EE;<br>
>    EE = ExecutionEngine::create(Mod);<br>
><br>
> but I now get 0x0 for EE. The compile command I'm using is<br>
><br>
> g++ -O3 -I ~/llvm/include/ -L ~/llvm bug.cpp `llvm-config --cxxflags<br>
> --ldflags --libs core jit native` -o bug<br>
><br>
> I noticed something very recently changed w.r.t. the way LLVM's<br>
> libraries are built (no more .o files). Could this have something to<br>
> with it?<br>
<br>
</div>I *just* changed this. :)<br>
<br>
For JIT applications, please include llvm/Target/TargetSelect.h and<br>
call the llvm::InitializeNativeTarget() function before creating an EE.<br>
<font color="#888888"><br>
-Chris<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Juan Carlos Martínez Santos<br>242 Foster Drive Apt H<br>Colonial Townhouse Apartments<br>Willimantic, CT 06226-1538<br>