8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6884 commit 29d66b2Copy full SHA for 29d66b2
src/include/jit/llvmjit_backport.h
@@ -14,11 +14,8 @@
14
* src/backend/jit/llvm/SectionMemoryManager.cpp for the patched replacement
15
* class llvm::backport::SectionMemoryManager that we use as a workaround.
16
* This header controls whether we use it.
17
- *
18
- * We have adjusted it to compile against a range of LLVM versions, but not
19
- * further back than 12 for now.
20
*/
21
-#if defined(__aarch64__) && LLVM_VERSION_MAJOR > 11
+#if defined(__aarch64__)
22
#define USE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER
23
#endif
24
0 commit comments