* Added an interface for how LLEE would communicate with the OS
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:37:00 +0000 (22:37 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:37:00 +0000 (22:37 +0000)
commit2e1fbdd267b5b7f2cfc1c04e7bef1e8a98f7813d
treeeb3df0aeb13232e8d0a3d9be88aacd047e013a3c
parente676313966c3ede37644dbf2e49aa06f0c8b242a
* Added an interface for how LLEE would communicate with the OS
* Implemented the interface in StorageProxy.c
* Removed the script `llee' as it is now created by the Makefile
* Makefile now compiles a shared object version of the library, but only if
  using gcc-3.3, linking fails under gcc-3.2

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