diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 8ca5a3deb1e32509971c75e11c3422d0d517103f..68541ed2830148278495182d1dfb27eb7f162fc1 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
% cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ - --disable-shared --enable-languages=c,c++ --program-prefix=llvm + --disable-shared --enable-languages=c,c++ % gmake all; gmake install@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker.
% cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ - --disable-shared --enable-languages=c,c++ --disable-c-mbchar \ - --program-prefix=llvm + --disable-shared --enable-languages=c,c++ --disable-c-mbchar % gmake all; gmake install@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with % cd build % ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \ --disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \ - --disable-c-mbchar --program-prefix=llvm + --disable-c-mbchar % gmake all; gmake install