Files
clang-p2996/lldb/test/API/lang/objc/languageinfo/main.m
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

2 lines
53 B
Objective-C

int main(int argc, char const *argv[]) { return 0; }