We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563ab56 commit 0fdb908Copy full SHA for 0fdb908
flang/lib/Optimizer/Dialect/CUF/CUFToLLVMIRTranslation.cpp
@@ -28,7 +28,7 @@ LogicalResult registerModule(cuf::RegisterModuleOp op,
28
llvm::IRBuilderBase &builder,
29
LLVM::ModuleTranslation &moduleTranslation) {
30
std::string binaryIdentifier =
31
- op.getName().getLeafReference().str() + "_bin_cst";
+ op.getName().getLeafReference().str() + "_binary";
32
llvm::Module *module = moduleTranslation.getLLVMModule();
33
llvm::Value *binary = module->getGlobalVariable(binaryIdentifier, true);
34
if (!binary)
0 commit comments