diff --git a/lld/Common/Version.cpp b/lld/Common/Version.cpp --- a/lld/Common/Version.cpp +++ b/lld/Common/Version.cpp @@ -25,7 +25,8 @@ #define LLD_VENDOR_DISPLAY #endif #if defined(LLD_REPOSITORY) && defined(LLD_REVISION) - return LLD_VENDOR_DISPLAY "LLD " LLD_VERSION_STRING " (" LLD_REPOSITORY " " LLD_REVISION ")"; + return LLD_VENDOR_DISPLAY "LLD " LLD_VERSION_STRING " (" LLD_REPOSITORY + " " LLD_REVISION ")"; #else return LLD_VENDOR_DISPLAY "LLD " LLD_VERSION_STRING; #endif