File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -288,9 +288,6 @@ add_llvm_component_library(LLVMSupport
288
288
${LLVM_MAIN_INCLUDE_DIR} /llvm/Support
289
289
${Backtrace_INCLUDE_DIRS}
290
290
291
- DEPENDS
292
- llvm_vcsrevision_h
293
-
294
291
LINK_LIBS
295
292
${system_libs} ${imported_libs} ${delayload_flags}
296
293
Original file line number Diff line number Diff line change 39
39
#include " llvm/Support/Path.h"
40
40
#include " llvm/Support/Process.h"
41
41
#include " llvm/Support/StringSaver.h"
42
- #include " llvm/Support/VCSRevision.h"
43
42
#include " llvm/Support/VirtualFileSystem.h"
44
43
#include " llvm/Support/raw_ostream.h"
45
44
#include < cstdlib>
@@ -2539,15 +2538,7 @@ class VersionPrinter {
2539
2538
#else
2540
2539
OS << " LLVM (http://llvm.org/):\n " ;
2541
2540
#endif
2542
- OS << PACKAGE_NAME << " version " << PACKAGE_VERSION;
2543
- #ifdef LLVM_REPOSITORY
2544
- OS << " (" << LLVM_REPOSITORY;
2545
- #ifdef LLVM_REVISION
2546
- OS << ' ' << LLVM_REVISION;
2547
- #endif
2548
- OS << ' )' ;
2549
- #endif
2550
- OS << " \n " ;
2541
+ OS << PACKAGE_NAME << " version " << PACKAGE_VERSION << " \n " ;
2551
2542
#if LLVM_IS_DEBUG_BUILD
2552
2543
OS << " DEBUG build" ;
2553
2544
#else
You can’t perform that action at this time.
0 commit comments