[all-commits] [llvm/llvm-project] 3ea3b6: sanitizers: build tests with -g
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Fri Jul 30 23:55:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ea3b6b2d411e1507a5a81d29d2ae5de11555202
https://github.com/llvm/llvm-project/commit/3ea3b6b2d411e1507a5a81d29d2ae5de11555202
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-07-31 (Sat, 31 Jul 2021)
Changed paths:
M compiler-rt/CMakeLists.txt
Log Message:
-----------
sanitizers: build tests with -g
We currently build tests without -g, which is quite inconvenient.
Crash stacks don't have line numbers, gdb don't how line numbers either.
Always build tests with -g.
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D107168
More information about the All-commits
mailing list