Skip to content

Commit 0fdb908

Browse files
authored
[flang][cuda][NFC] Update binary name (#137034)
Name was changed in #135478
1 parent 563ab56 commit 0fdb908

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)