Kaynağa Gözat

Set issue report url (#833)

Defaults to llvm.org, which we definitely don't want
Jon Meow 4 yıl önce
ebeveyn
işleme
5e66248db0
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      executable_semantics/main.cpp

+ 4 - 0
executable_semantics/main.cpp

@@ -13,6 +13,10 @@
 #include "llvm/Support/InitLLVM.h"
 
 int main(int argc, char* argv[]) {
+  llvm::setBugReportMsg(
+      "Please report issues to "
+      "https://github.com/carbon-language/carbon-lang/issues and include the "
+      "crash backtrace.\n");
   llvm::InitLLVM(argc, argv);
 
   // Printing to stderr should flush stdout. This is most noticeable when stderr