Files
clang-p2996/lldb/test/API/functionalities/data-formatter/embedded-summary/Makefile
Dave Lee 1a650fde4a [lldb] Load embedded type summary section (#7859) (#8040)
Add support for type summaries embedded into the binary.

These embedded summaries will typically be generated by Swift macros,
but can also be generated by any other means.

rdar://115184658
2024-12-10 09:36:38 -08:00

3 lines
43 B
Makefile

C_SOURCES := main.c
include Makefile.rules