[all-commits] [llvm/llvm-project] 09c1ee: [Sparc] Don't claim JIT support on SPARC for now
rorth via All-commits
all-commits at lists.llvm.org
Thu Jul 14 23:19:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09c1ee1086a43bb09677971ebd49d82627342d3b
https://github.com/llvm/llvm-project/commit/09c1ee1086a43bb09677971ebd49d82627342d3b
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M llvm/lib/Target/Sparc/CMakeLists.txt
M llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp
Log Message:
-----------
[Sparc] Don't claim JIT support on SPARC for now
Until D118450 <https://reviews.llvm.org/D118450> lands, there's no JIT
support on SPARC, but the backend claims otherwise, leading to various
testsuite failures.
This patch corrects this.
Tested on `sparcv9-sun-solaris2.11`.
Differential Revision: https://reviews.llvm.org/D129349
More information about the All-commits
mailing list