diff options
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
-rw-r--r-- | bolt/lib/Utils/CommandLineOpts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp index 47375ab..435a8fa 100644 --- a/bolt/lib/Utils/CommandLineOpts.cpp +++ b/bolt/lib/Utils/CommandLineOpts.cpp @@ -11,15 +11,15 @@ //===----------------------------------------------------------------------===// #include "bolt/Utils/CommandLineOpts.h" -#include "llvm/Support/VCSRevision.h" +#include "VCSVersion.inc" using namespace llvm; namespace llvm { namespace bolt { const char *BoltRevision = -#ifdef LLVM_REVISION - LLVM_REVISION; +#ifdef BOLT_REVISION + BOLT_REVISION; #else "<unknown>"; #endif |