diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-10-06 03:13:47 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-10-06 03:13:47 +0000 |
| commit | 18b88f71adf253cd68ca3ceb4e1f5ec7b2e1e40f (patch) | |
| tree | ed6b6d12cf197e6ffe66d75244bf5c2858db6833 | |
| parent | c5a630bd3c495ee72f02a97c6e620e4c9d0b631b (diff) | |
| download | bcm5719-llvm-18b88f71adf253cd68ca3ceb4e1f5ec7b2e1e40f.tar.gz bcm5719-llvm-18b88f71adf253cd68ca3ceb4e1f5ec7b2e1e40f.zip | |
Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!
llvm-svn: 16755
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 5d3cddc42ab..dff9eb2d15b 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -172,7 +172,7 @@ functions from C as referenced from C++, so we typically configure with <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 |

