'Tis quite silly to check for a cached version of the entire executable. That
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 11 Nov 2003 18:38:56 +0000 (18:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 11 Nov 2003 18:38:56 +0000 (18:38 +0000)
commitaab9ca73fd795faad971afd755edd9c5f6535618
treeacdb13a070b8ab6ae7bfd9426a8cf1cc5b36f456
parentee8adb1955fde8d8e9f36b07b2d7f3f15314d051
'Tis quite silly to check for a cached version of the entire executable. That
amounts to checking for a completely-native version. We'll cache on a
function-by-function basis instead (in the JIT's CodeEmitter).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9894 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llee/ExecveHandler.c