OSDN Git Service

Eliminate inappropriate use of FindProgramByName() from lli
authorAlp Toker <alp@nuanti.com>
Wed, 22 Jan 2014 21:52:35 +0000 (21:52 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 22 Jan 2014 21:52:35 +0000 (21:52 +0000)
commit1214e71d771ca1083b5cb7d12e515d10b6537db2
tree0cb4f992a2cf4ee64867ca01d4224bc63d9d4429
parent4bcb85658db6caa9f347bc79afbd5c4090910a3d
Eliminate inappropriate use of FindProgramByName() from lli

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199835 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-sm-pic-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
test/Makefile
test/lit.cfg
test/lit.site.cfg.in
tools/lli/lli.cpp