llvm-6502/tools
John Criswell 621727c29e Removed the use of the environ variable and instead use the environment array
passed into main().  This may (or may not) be more portable, but it looks
nicer.
Added functions to copy the environment array and modify the copy, thus
preserving the environment.
Switched from using system() to using ExecWait().
The code now removes the assembly file generated when using the -native option.
Fixed the remove_env() function: The previous revision truncated the
environment variable list.  This version just zaps the variable as intended.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8579 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-17 15:20:51 +00:00
..
analyze
bugpoint Use new method 2003-09-17 05:00:07 +00:00
extract Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
gccas Enable the setjmp/longjmp lowering pass 2003-09-15 04:56:44 +00:00
gccld Removed the use of the environ variable and instead use the environment array 2003-09-17 15:20:51 +00:00
llc
llee
lli Reorder #includes to follow LLVM conventions 2003-09-05 20:08:15 +00:00
llvm-ar Fixed warning. 2003-09-13 03:18:56 +00:00
llvm-as
llvm-dis
llvm-extract Clean up header, remove extra #include 2003-09-10 19:42:51 +00:00
llvm-link link' is being renamed to llvm-link'. 2003-09-15 18:34:34 +00:00
opt
Makefile link' is now llvm-link'. 2003-09-16 15:21:52 +00:00