Files
clang-p2996/lldb/test/API/macosx/arm-corefile-regctx/Makefile
Jason Molenda 6b6bac2cd8 Fix off-by-one error in armv7 mach-o corefile register context
The sanity check on the size of the register context we found in
the corefile was off by one, so lldb would not add the register
contents.  Add a test case to ensure it doesn't regress.

Differential Revision: https://reviews.llvm.org/D149224
rdar://108306070
2023-04-26 13:06:07 -07:00

7 lines
82 B
Makefile

MAKE_DSYM := NO
CXX_SOURCES := create-arm-corefiles.cpp
include Makefile.rules