mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 00:11:00 +00:00
fix style
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a052fad720
commit
98c507ed5c
@ -142,13 +142,11 @@ ld_plugin_status onload(ld_plugin_tv *tv) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!registeredClaimFile)
|
||||
{
|
||||
if (!registeredClaimFile) {
|
||||
(*message)(LDPL_ERROR, "register_claim_file not passed to LLVMgold.");
|
||||
return LDPS_ERR;
|
||||
}
|
||||
if (!add_symbols)
|
||||
{
|
||||
if (!add_symbols) {
|
||||
(*message)(LDPL_ERROR, "add_symbols not passed to LLVMgold.");
|
||||
return LDPS_ERR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user