https://llvm.org/bugs/show_bug.cgi?id=23205
Bug ID: 23205
Summary: Typo in Kaleidoscope 4.3 main text
Product: Website
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Section 4.3 contains the code
OurFPM.add(new DataLayout(*TheExecutionEngine->getDataLayout()));
I think it should be
OpenModule->setDataLayout(*NewEngine->getDataLayout());
which is the same as the full code listing at the bottom of the page.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs