diff options
| -rw-r--r-- | llvm/lib/MC/MachObjectWriter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/MC/MachObjectWriter.cpp b/llvm/lib/MC/MachObjectWriter.cpp index d67dbc01e61..7ca09511bde 100644 --- a/llvm/lib/MC/MachObjectWriter.cpp +++ b/llvm/lib/MC/MachObjectWriter.cpp @@ -835,7 +835,7 @@ public:        // FIXME: Currently, these are never generated (see code below). I cannot        // find a case where they are actually emitted.        Type = RIT_Vanilla; -    } else if (SD) { +    } else {        // Check whether we need an external or internal relocation.        if (doesSymbolRequireExternRelocation(SD)) {          IsExtern = 1; | 

