Switch the PPC backend and target-independent JIT to use the libsystem
authorChris Lattner <sabre@nondot.org>
Wed, 25 Jun 2008 17:18:44 +0000 (17:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Jun 2008 17:18:44 +0000 (17:18 +0000)
commitbc52cada0933f353d30da7b49af9a641bdb2c57d
treea5f90f85923b79c2cc7a3690f010221c7cbbd2c1
parent95f39009aaeb4614f3eeab3864ae1a31289f1a30
Switch the PPC backend and target-independent JIT to use the libsystem
InvalidateInstructionCache method instead of calling through
a hook on the JIT.  This is a host feature, not a target feature.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52734 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetJITInfo.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/PowerPC/PPCJITInfo.cpp
lib/Target/PowerPC/PPCJITInfo.h