Skip to content

Commit 36428ea

Browse files
clementvalIanWood1
authored andcommitted
[flang][cuda][NFC] Update binary name (llvm#137034)
Name was changed in llvm#135478
1 parent 453c5bf commit 36428ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Dialect/CUF/CUFToLLVMIRTranslation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LogicalResult registerModule(cuf::RegisterModuleOp op,
2828
llvm::IRBuilderBase &builder,
2929
LLVM::ModuleTranslation &moduleTranslation) {
3030
std::string binaryIdentifier =
31-
op.getName().getLeafReference().str() + "_bin_cst";
31+
op.getName().getLeafReference().str() + "_binary";
3232
llvm::Module *module = moduleTranslation.getLLVMModule();
3333
llvm::Value *binary = module->getGlobalVariable(binaryIdentifier, true);
3434
if (!binary)

0 commit comments

Comments
 (0)