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 219d451 commit e0ff1e9Copy full SHA for e0ff1e9
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
@@ -373,7 +373,6 @@ class ModuleBitcodeWriter : public ModuleBitcodeWriterBase {
373
void writeModuleMetadata();
374
void writeFunctionMetadata(const Function &F);
375
void writeFunctionMetadataAttachment(const Function &F);
376
- void writeGlobalVariableMetadataAttachment(const GlobalVariable &GV);
377
void pushGlobalMetadataAttachment(SmallVectorImpl<uint64_t> &Record,
378
const GlobalObject &GO);
379
void writeModuleMetadataKinds();
0 commit comments