Files
clang-p2996/lldb/test/API/python_api/thread/Makefile
Muhammad Omair Javaid 7610524af3 [LLDB] Fix TestThreadAPI.py for AArch64/Windows
This patch fixes TestThreadAPI for AArch64 windows by switching over to
PDB debug info instead of DWARF. This is needed to step over library
functions like printf as there is debug info mismatch between DWARF and
PDB. PDB DWARF interworking is not fully supported by LLDB at the
moment.
2022-07-13 16:30:09 +05:00

6 lines
71 B
Makefile

CXX_SOURCES ?= main.cpp
DEBUG_INFO_FLAG := -g
include Makefile.rules