diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2022-07-15 08:20:57 +0200 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2022-07-15 08:20:57 +0200 |
commit | 8922adf646eead207fb367dace80bba2abfab2ad (patch) | |
tree | 27108c60189361c602a934e7cf086bca7601eeb4 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 09c1ee1086a43bb09677971ebd49d82627342d3b (diff) | |
download | llvm-8922adf646eead207fb367dace80bba2abfab2ad.zip llvm-8922adf646eead207fb367dace80bba2abfab2ad.tar.gz llvm-8922adf646eead207fb367dace80bba2abfab2ad.tar.bz2 |
[Orc] Honor hasJIT in JITTargetMachineBuilder::createTargetMachine
Even with D129349 <https://reviews.llvm.org/D129349>, various SPARC JIT
tests still `FAIL`. They are guarded by `host-supports-jit`. This is set
from `clang-repl --host-supports-jit` which still returns `true`. It turns
out the `JITTargetMachineBuilder` doesn't consider `hasJIT` at all.
This patch corrects this, turning the affected tests `UNSUPPORTED`.
Tested on `sparcv9-sun-solaris2.11`.
Differential Revision: https://reviews.llvm.org/D129350
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions