From 6caa5ec8b51f869d5f519bdfa8fde0a4a302b79e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 01:37:47 +0000 Subject: [PATCH] Revert last patch until we can figure out how to build executables named llvmgcc and llvmg++ correctly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19089 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index b365cc012ed..cb81b19c3f8 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -552,6 +552,8 @@ 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.
-- 2.34.1