[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 5 20:14:02 PDT 2004
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.24 -> 1.25
---
Log message:
Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.24 llvm/docs/CFEBuildInstrs.html:1.25
--- llvm/docs/CFEBuildInstrs.html:1.24 Mon Aug 23 12:54:45 2004
+++ llvm/docs/CFEBuildInstrs.html Tue Oct 5 22:13:47 2004
@@ -172,7 +172,7 @@
<li><p><b>Fix 1:</b> If you have system header files that include
inline assembly, you may have to modify them to remove the inline
assembly, and install the modified versions in
- <code>$CFEINSTALL/<i>target-triplet</i>/sys-include</code>.</li>
+ <code>$CFEINSTALL/lib/gcc/<i>target-triplet</i>/3.4-llvm/include</code>.</li>
<li><b>Fix 2:</b> If you are building the C++ front-end on a CPU we
haven't tried yet, you will probably have to edit the appropriate
@@ -314,7 +314,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/23 17:54:45 $
+ Last modified: $Date: 2004/10/06 03:13:47 $
</address>
</body>
More information about the llvm-commits
mailing list