mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-11-03 23:42:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			665 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			665 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
---
 | 
						|
 lib/Support/CommandLine.cpp |    4 ++++
 | 
						|
 1 file changed, 4 insertions(+)
 | 
						|
 | 
						|
Index: llvm-toolchain-snapshot_10~+20191223101759+5762648c46b/llvm/lib/Support/CommandLine.cpp
 | 
						|
===================================================================
 | 
						|
--- llvm-toolchain-snapshot_10~+20191223101759+5762648c46b.orig/llvm/lib/Support/CommandLine.cpp
 | 
						|
+++ llvm-toolchain-snapshot_10~+20191223101759+5762648c46b/llvm/lib/Support/CommandLine.cpp
 | 
						|
@@ -2473,6 +2473,10 @@ public:
 | 
						|
     OS << " " << LLVM_VERSION_INFO;
 | 
						|
 #endif
 | 
						|
     OS << "\n  ";
 | 
						|
+#ifdef LLVM_DEBIAN_INFO
 | 
						|
+    OS << LLVM_DEBIAN_INFO;
 | 
						|
+#endif
 | 
						|
+    OS << "\n  ";
 | 
						|
 #if LLVM_IS_DEBUG_BUILD
 | 
						|
     OS << "DEBUG build";
 | 
						|
 #else
 |