Debian-version-info-and-bugreport

Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch
This commit is contained in:
LLVM Packaging Team 2022-06-27 14:58:41 +08:00 committed by Lu zhiping
parent 1e023a42f6
commit f515e264ff
1 changed files with 4 additions and 0 deletions

View File

@ -2378,6 +2378,10 @@ public:
OS << " " << LLVM_VERSION_INFO;
#endif
OS << "\n ";
#ifdef LLVM_DEBIAN_INFO
OS << LLVM_DEBIAN_INFO;
#endif
OS << "\n ";
#ifndef __OPTIMIZE__
OS << "DEBUG build";
#else