This patch allows LLDB to print column info in backtraces et al. if available, which is useful when the backtrace contains a frame like the following: f(can_crash(0), can_crash(1)); Differential Revision: https://reviews.llvm.org/D51661 llvm-svn: 341506
7 lines
126 B
Makefile
7 lines
126 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -fsanitize=address -g -gcolumn-info
|
|
|
|
include $(LEVEL)/Makefile.rules
|