Displaying 3 results from an estimated 3 matches for "kalidescope".
Did you mean:
kaleidescope
2015 Nov 14
2
(no subject)
Hello all!
Please forgive me if this is the wrong mailing list for my question.
First off, I am on Windows and using git bash for everything:
$ uname
MINGW32_NT-6.2
I am attempting to essentially do the kalidescope example. I have copied
the code verbatim from the full code listing and am running the following
command:
$ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I
deps/llvm/include
Which results in this error:
LLVMSupport.lib(Path.obj) : error LNK2019: unresolved external symbol
__...
2009 Feb 22
4
[LLVMdev] Creating an LLVM backend for a very small stack machine
...g toolchain. I am hoping to build on LLVM
as infrastructure. I don't think I need to sell you all on the reasons why
this would be handy.
I am already pretty "familiar" with LLVM, in that I have successfully made
my own front-end DSL for another project by basically following the
Kalidescope tutorial. I have a good grasp of the LLVM assembly language,
and have a lot of notes (just a sanity-check paper excercize) about how I
would lower just about every instruction into my architecture if I were
doing it by hand. I've read through all the LLVM documentation available
online, and...
2009 Feb 23
0
[LLVMdev] Creating an LLVM backend for a very small stack machine
...g toolchain. I am hoping to build on LLVM
as infrastructure. I don't think I need to sell you all on the reasons why
this would be handy.
I am already pretty "familiar" with LLVM, in that I have successfully made
my own front-end DSL for another project by basically following the
Kalidescope tutorial. I have a good grasp of the LLVM assembly language,
and have a lot of notes (just a sanity-check paper excercize) about how I
would lower just about every instruction into my architecture if I were
doing it by hand. I've read through all the LLVM documentation available
online, and...