We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cfff5 commit cdeeb4aCopy full SHA for cdeeb4a
llvm/lib/Linker/IRMover.cpp
@@ -1609,7 +1609,7 @@ Error IRLinker::run() {
1609
// Convert module level attributes to function level attributes because
1610
// after merging modules the attributes might change and would have different
1611
// effect on the functions as the original module would have.
1612
- CopyModuleAttributesToFunction(*SrcM);
+ CopyModuleAttrToFunctions(*SrcM);
1613
1614
std::reverse(Worklist.begin(), Worklist.end());
1615
while (!Worklist.empty()) {
0 commit comments