summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-06-09 00:54:42 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-06-09 00:54:42 +0000
commit2a25dcdccdb67f3b0000fb95de1afe9b78e0e703 (patch)
tree2b6362686d6750010ba0d569106198eef4fef5a5 /clang-query
parentf54b78ba023501bc054c4914004e3c01eff87ae6 (diff)
Update to match LLVM r272232.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@272235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-query')
-rw-r--r--clang-query/tool/ClangQuery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-query/tool/ClangQuery.cpp b/clang-query/tool/ClangQuery.cpp
index f1c97ce4..e4abcbbb 100644
--- a/clang-query/tool/ClangQuery.cpp
+++ b/clang-query/tool/ClangQuery.cpp
@@ -59,7 +59,7 @@ static cl::list<std::string> CommandFiles("f",
cl::cat(ClangQueryCategory));
int main(int argc, const char **argv) {
- llvm::sys::PrintStackTraceOnErrorSignal();
+ llvm::sys::PrintStackTraceOnErrorSignal(argv[0]);
CommonOptionsParser OptionsParser(argc, argv, ClangQueryCategory);