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 de58c10 commit 764cc59Copy full SHA for 764cc59
deps/LLVMExtra/lib/Core.cpp
@@ -780,6 +780,8 @@ void LLVMSetAtomicSyncScopeID(LLVMValueRef AtomicInst, unsigned SSID) {
780
setAtomicSyncScopeID(I, SSID);
781
}
782
783
+#endif
784
+
785
786
//
787
// more LLVMContextRef getters
@@ -795,6 +797,8 @@ LLVMContextRef LLVMGetBuilderContext(LLVMBuilderRef Builder) {
795
797
return wrap(&unwrap(Builder)->getContext());
796
798
799
800
801
802
803
804
// More DataLayout queries
@@ -803,7 +807,3 @@ LLVMContextRef LLVMGetBuilderContext(LLVMBuilderRef Builder) {
807
unsigned LLVMGlobalsAddressSpace(LLVMTargetDataRef TD) {
808
return unwrap(TD)->getDefaultGlobalsAddressSpace();
805
809
806
-
-#endif
0 commit comments