summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Interpreter
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-17 15:20:51 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-17 15:20:51 +0000
commitf22d845bd7df93a05f448cfb34bcdf3d149dc9b1 (patch)
tree5b5abd97764f8d150f47f227ae1424c81db72646 /llvm/lib/ExecutionEngine/Interpreter
parentf13ec35fe1ba7172c41f8775967fbd43cd307d10 (diff)
downloadbcm5719-llvm-f22d845bd7df93a05f448cfb34bcdf3d149dc9b1.tar.gz
bcm5719-llvm-f22d845bd7df93a05f448cfb34bcdf3d149dc9b1.zip
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. llvm-svn: 8579
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud