Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Aug 2003 22:29:36 +0000 (22:29 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 11 Aug 2003 22:29:36 +0000 (22:29 +0000)
commit0abaaf49fd32eb32abc3117a4bff41fe82d9ec3e
treecba354c6513603091e238dd492f5f96db4136261
parent00b40943ab839d9fef27a093b91dadef69fd8694
Initial checkin of the LLEE, the (LL)VM (E)xecution (E)nvironment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7760 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llee/ExecveHandler.c [new file with mode: 0644]
tools/llee/Makefile [new file with mode: 0644]
tools/llee/SysUtils.c [new file with mode: 0644]
tools/llee/SysUtils.h [new file with mode: 0644]
tools/llee/llee [new file with mode: 0755]