File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -189,21 +189,6 @@ extern "C" JL_DLLEXPORT LLVMContextRef LLVMExtraGetValueContext(LLVMValueRef V)
189
189
return wrap (&unwrap (V)->getContext ());
190
190
}
191
191
192
-
193
- #if JL_LLVM_VERSION < 80000
194
- extern ModulePass *createNVVMReflectPass ();
195
- extern " C" JL_DLLEXPORT void LLVMExtraAddNVVMReflectPass (LLVMPassManagerRef PM)
196
- {
197
- unwrap (PM)->add (createNVVMReflectPass ());
198
- }
199
- #else
200
- FunctionPass *createNVVMReflectPass (unsigned int SmVersion);
201
- extern " C" JL_DLLEXPORT void LLVMExtraAddNVVMReflectFunctionPass (LLVMPassManagerRef PM, unsigned int SmVersion)
202
- {
203
- unwrap (PM)->add (createNVVMReflectPass (SmVersion));
204
- }
205
- #endif
206
-
207
192
extern " C" JL_DLLEXPORT void
208
193
LLVMExtraAddTargetLibraryInfoByTiple (const char *T, LLVMPassManagerRef PM)
209
194
{
You can’t perform that action at this time.
0 commit comments