Skip to content

Commit 7eb5031

Browse files
committed
[GlobalDCE] Add missing LLVM_ABI annotation
1 parent 6a99ad2 commit 7eb5031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/IPO/GlobalDCE.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class GlobalDCEPass : public PassInfoMixin<GlobalDCEPass> {
8181
void ComputeDependencies(Value *V, SmallPtrSetImpl<GlobalValue *> &U);
8282
};
8383

84-
ModulePass *createGlobalDCEPass();
84+
LLVM_ABI ModulePass *createGlobalDCEPass();
8585
}
8686

8787
#endif // LLVM_TRANSFORMS_IPO_GLOBALDCE_H

0 commit comments

Comments
 (0)