File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2323#include " llvm-c/Target.h"
2424#include " llvm-c/TargetMachine.h"
2525#include " llvm-c/Types.h"
26- #include " llvm/Support/Compiler.h"
2726
2827LLVM_C_EXTERN_C_BEGIN
2928
@@ -36,14 +35,14 @@ LLVM_C_EXTERN_C_BEGIN
3635
3736/* *
3837 * Empty function used to force the linker to link MCJIT.
39- * Hidden because it does not apply to the dylib interface.
38+ * Has no effect when called on a pre-built library ( dylib interface) .
4039 */
41- LLVM_ATTRIBUTE_VISIBILITY_HIDDEN void LLVMLinkInMCJIT (void );
40+ void LLVMLinkInMCJIT (void );
4241/* *
4342 * Empty function used to force the linker to link the LLVM interpreter.
44- * Hidden because it does not apply to the dylib interface.
43+ * Has no effect when called on a pre-built library ( dylib interface) .
4544 */
46- LLVM_ATTRIBUTE_VISIBILITY_HIDDEN void LLVMLinkInInterpreter (void );
45+ void LLVMLinkInInterpreter (void );
4746
4847typedef struct LLVMOpaqueGenericValue *LLVMGenericValueRef;
4948typedef struct LLVMOpaqueExecutionEngine *LLVMExecutionEngineRef;
You can’t perform that action at this time.
0 commit comments