diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index cef7a5503345..62c64e4a2eb6 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -81,11 +81,9 @@ and Settings" directory). We welcome patches to fix this issue.
% cd llvm % ./configure [options...] - % gmake + % gmake tools-only-
This will build all of the LLVM tools and libraries, but you will see - warnings about missing the C front-end (certain runtime libraries can't - be built without it). Ignore these warnings for now.
+This will build all of the LLVM tools and libraries.
Add the directory containing the tools to your PATH.
@@ -94,8 +92,7 @@ and Settings" directory). We welcome patches to fix this issue.
Unpack the C/C++ front-end source into cfrontend/src.
Make "build" and "install" directories as siblings of the "src" - tree.
+Make "build" and "install" directories as siblings of the "src" tree.
% pwd /usr/local/example/cfrontend/src