[llvm-commits] [llvm] r78948 - in /llvm/trunk: docs/tutorial/ examples/BrainF/ examples/Fibonacci/ examples/HowToUseJIT/ examples/Kaleidoscope/ examples/ModuleMaker/ examples/ParallelJIT/ include/llvm/ include/llvm/Support/ include/llvm/Target/ lib/Analysis/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Bitcode/Writer/ lib/CodeGen/ lib/CodeGen/AsmPrinter/ lib/CodeGen/SelectionDAG/ lib/ExecutionEngine/ lib/ExecutionEngine/Interpreter/ lib/ExecutionEngine/JIT/ lib/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CBackend/ l...

Sanjiv Gupta sanjiv.gupta at microchip.com
Sun Aug 16 03:19:39 PDT 2009


Owen Anderson wrote:
> Author: resistor
> Date: Thu Aug 13 16:58:54 2009
> New Revision: 78948
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78948&view=rev
> Log:
> Push LLVMContexts through the IntegerType APIs.
>
> Modified:
>     llvm/trunk/docs/tutorial/JITTutorial1.html
>     llvm/trunk/docs/tutorial/JITTutorial2.html
>     llvm/trunk/docs/tutorial/LangImpl3.html
>     llvm/trunk/docs/tutorial/LangImpl4.html
>     llvm/trunk/docs/tutorial/LangImpl5.html
>     llvm/trunk/docs/tutorial/LangImpl6.html
>     llvm/trunk/docs/tutorial/LangImpl7.html
>     llvm/trunk/examples/BrainF/BrainF.cpp
>     llvm/trunk/examples/BrainF/BrainFDriver.cpp
>     llvm/trunk/examples/Fibonacci/fibonacci.cpp
>     llvm/trunk/examples/HowToUseJIT/HowToUseJIT.cpp
>     llvm/trunk/examples/Kaleidoscope/toy.cpp
>     llvm/trunk/examples/ModuleMaker/ModuleMaker.cpp
>     llvm/trunk/examples/ParallelJIT/ParallelJIT.cpp
>     llvm/trunk/include/llvm/BasicBlock.h
>     llvm/trunk/include/llvm/Constants.h
>     llvm/trunk/include/llvm/DerivedTypes.h
>     llvm/trunk/include/llvm/InstrTypes.h
>     llvm/trunk/include/llvm/Instructions.h
>     llvm/trunk/include/llvm/LLVMContext.h
>     llvm/trunk/include/llvm/LinkAllVMCore.h
>   
Build fails on Mingw:

projects/objs/tools/opt/Debug/opt.o: In function `Force
VMCoreLinking':
C:/msys/home/auto-tester/projects/c16/include/llvm/LinkAllVMCore.h:49: 
undefined
 reference to `llvm::UnreachableInst::UnreachableInst(llvm::Instruction*)'
collect2: ld returned 1 exit status

- Sanjiv




More information about the llvm-commits mailing list