[llvm-dev] kaleidoscope ch4 jit example regression? (original) (raw)
Nick Desaulniers via llvm-dev llvm-dev at lists.llvm.org
Sun Dec 30 12:55:19 PST 2018
- Previous message: [llvm-dev] Analyzing JumpTable index of LLVM IR code
- Next message: [llvm-dev] Issue with "t -> signature is meaningless, use custom typechecking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://llvm.org/docs/tutorial/LangImpl04.html has an example where
the function foo
gets redefined, and the JIT returns evaluation of
the latest definition. I thought my code was wrong, but it seems that
the binary produced by ninja Kaleidoscope-Ch4
has the same bug.
Granted, my LLVM checkout is from Nov 3 2018 (r346062). Is this a known issue? ~Nick Desaulniers
- Previous message: [llvm-dev] Analyzing JumpTable index of LLVM IR code
- Next message: [llvm-dev] Issue with "t -> signature is meaningless, use custom typechecking"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]