Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 29d66b2

Browse files
committed
jit: Remove obsolete LLVM version guard.
Commit 9044fc1 needed a version guard when back-patched, but it is redundant in master as of commit 972c2cd, and I accidentally left it in there.
1 parent 0fa6884 commit 29d66b2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/include/jit/llvmjit_backport.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414
* src/backend/jit/llvm/SectionMemoryManager.cpp for the patched replacement
1515
* class llvm::backport::SectionMemoryManager that we use as a workaround.
1616
* 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.
2017
*/
21-
#if defined(__aarch64__) && LLVM_VERSION_MAJOR > 11
18+
#if defined(__aarch64__)
2219
#define USE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER
2320
#endif
2421

0 commit comments

Comments
 (0)