llvm-6502/tools/lli/ChildTarget
Alp Toker 972fb8ca77 Refactor lli-child-target to remove duplicated code
Eliminate the copies LLVM's System mmap and cache invalidation code. These were
slowly drifting away from the original version, and moreover the copied code
was a dead end in terms of portability.

We now statically link to Support but in practice with stripping this adds next
to no weight to the resultant binary.

Also avoid installing lli-child-target to the user's $PATH. It's not meant to
be run directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199881 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-23 11:04:42 +00:00
..
Unix Refactor lli-child-target to remove duplicated code 2014-01-23 11:04:42 +00:00
Windows Refactor lli-child-target to remove duplicated code 2014-01-23 11:04:42 +00:00
ChildTarget.cpp Refactor lli-child-target to remove duplicated code 2014-01-23 11:04:42 +00:00
CMakeLists.txt Refactor lli-child-target to remove duplicated code 2014-01-23 11:04:42 +00:00
LLVMBuild.txt
Makefile