[LLVMbugs] [Bug 13318] New: IRBuilder path in tutorial wrong
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 10 05:31:46 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13318
Bug #: 13318
Summary: IRBuilder path in tutorial wrong
Product: Documentation
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: General docs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eliben at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The tutorial (i.e. http://llvm.org/docs/tutorial/LangImpl3.html) refers to:
#include "llvm/IRBuilder.h"
However, the correct path is now in trunk:
#include "llvm/Support/IRBuilder.h"
This probably trickles to later parts of the tutorial as well
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list