Skip to content

Commit 0974438

Browse files
committed
Fix incorrectly placed ifdef.
1 parent de58c10 commit 0974438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/LLVMExtra/lib/Core.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,8 @@ LLVMContextRef LLVMGetBuilderContext(LLVMBuilderRef Builder) {
795795
return wrap(&unwrap(Builder)->getContext());
796796
}
797797

798+
#endif
799+
798800

799801
//
800802
// More DataLayout queries
@@ -805,5 +807,3 @@ unsigned LLVMGlobalsAddressSpace(LLVMTargetDataRef TD) {
805807
}
806808

807809
#endif
808-
809-
#endif

0 commit comments

Comments
 (0)