Files
clang-p2996/lldb/test/API/lang/objc/languageinfo/Makefile
Adrian Prantl e660e6503b [lldb] Add an API to derive language-specific runtime information (#116904)
This is motivated by exposing some Swift language-specific flags through
the API, in the example here it is used to communicate the Objective-C
runtime version. This could also be a meaningful extension point to get
information about "embedded: languages, such as extracting the C++
version in an Objective-C++ frame or something along those lines.
2024-11-20 08:49:07 -08:00

5 lines
67 B
Makefile

OBJC_SOURCES := main.m
LD_EXTRAS := -lobjc
include Makefile.rules