Skip to content

Commit

Permalink
del internal linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
galeselee committed Jan 19, 2023
1 parent 78adaf2 commit e5e0d71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taichi/runtime/llvm/llvm_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,6 @@ void TaichiLLVMContext::link_module_with_amdgpu_libdevice(

for (auto func_name : libdevice_func_names) {
auto func = module->getFunction(func_name);
if (func)
func->setLinkage(llvm::Function::InternalLinkage);
}
}
#endif
Expand Down

0 comments on commit e5e0d71

Please sign in to comment.