Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29d66b2

Browse files
committed
jit: Remove obsolete LLVM version guard.
Commit9044fc1 needed a version guard when back-patched, but it isredundant in master as of commit972c2cd, and I accidentally left itin there.
1 parent0fa6884 commit29d66b2

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
#defineUSE_LLVM_BACKPORT_SECTION_MEMORY_MANAGER
2320
#endif
2421

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp