Displaying 1 result from an estimated 1 matches for "3e457983".
2018 Jun 01
3
[Kaleidoscope] symbol(s) not found during compiling
Hi,
I am very excited to take the awesome tutorial of implementing
*Kaleidoscope*. But I got stuck here...
I have done the AST parsing, however, when I introduce these 'llvm/IR/*'
headers, I got a compiling error... But if I delete these headers it runs
well ...
"""headers
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Constants.h"
#include