[LLVMbugs] [Bug 23205] New: Typo in Kaleidoscope 4.3 main text
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Apr 11 11:46:57 PDT 2015
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: unassignedbugs at nondot.org
Reporter: iusellvm at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150411/5ab4a8ee/attachment.html>
More information about the llvm-bugs
mailing list