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 @@ -279,9 +279,6 @@ add_llvm_component_library(LLVMSupport
279
279
${LLVM_MAIN_INCLUDE_DIR} /llvm/Support
280
280
${Backtrace_INCLUDE_DIRS}
281
281
282
- DEPENDS
283
- llvm_vcsrevision_h
284
-
285
282
LINK_LIBS
286
283
${system_libs} ${imported_libs} ${delayload_flags}
287
284
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>
@@ -2545,15 +2544,7 @@ class VersionPrinter {
2545
2544
#else
2546
2545
OS << " LLVM (http://llvm.org/):\n " ;
2547
2546
#endif
2548
- OS << PACKAGE_NAME << " version " << PACKAGE_VERSION;
2549
- #ifdef LLVM_REPOSITORY
2550
- OS << " (" << LLVM_REPOSITORY;
2551
- #ifdef LLVM_REVISION
2552
- OS << ' ' << LLVM_REVISION;
2553
- #endif
2554
- OS << ' )' ;
2555
- #endif
2556
- OS << " \n " ;
2547
+ OS << PACKAGE_NAME << " version " << PACKAGE_VERSION << " \n " ;
2557
2548
#if LLVM_IS_DEBUG_BUILD
2558
2549
OS << " DEBUG build" ;
2559
2550
#else
You can’t perform that action at this time.
0 commit comments