jit: Remove obsolete LLVM version guard.
Commit 9044fc1d needed a version guard when back-patched, but it is redundant in master as of commit 972c2cd2, and I accidentally left it in there.
This commit is contained in:
parent
0fa6884065
commit
29d66b2d2f
@ -14,11 +14,8 @@
|
|||||||
* src/backend/jit/llvm/SectionMemoryManager.cpp for the patched replacement
|
* src/backend/jit/llvm/SectionMemoryManager.cpp for the patched replacement
|
||||||
* class llvm::backport::SectionMemoryManager that we use as a workaround.
|
* class llvm::backport::SectionMemoryManager that we use as a workaround.
|
||||||
* This header controls whether we use it.
|
* This header controls whether we use it.
|
||||||
*
|
|
||||||
* We have adjusted it to compile against a range of LLVM versions, but not
|
|
||||||
* further back than 12 for now.
|
|
||||||
*/
|
*/
|
||||||
#if defined(__aarch64__) && LLVM_VERSION_MAJOR > 11
|
#if defined(__aarch64__)
|
||||||
#define USE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER
|
#define USE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user