diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index cb81b19c3f84..b365cc012ed1 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -552,8 +552,6 @@ You can set these on the command line, or better yet, set them in your of your bytecode libraries. It is optional and provided only a convenience since you can specify the paths using the -L options of the tools. -
alias llvmgcc LLVMGCCDIR/bin/gcc
-
alias llvmg++ LLVMGCCDIR/bin/g++
These aliases allow you to use the LLVM C and C++ front ends without putting them in your PATH or typing in their complete pathnames.