We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ec7e4 commit 6210a94Copy full SHA for 6210a94
tools/gold/gold-plugin.cpp
@@ -143,13 +143,13 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
143
}
144
145
if (!registeredClaimFile) {
146
- (*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
147
- return LDPS_ERR;
148
- }
+ (*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
+ return LDPS_ERR;
+ }
149
if (!add_symbols) {
150
- (*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
151
152
+ (*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
153
154
return LDPS_OK;
155
0 commit comments