llvm-project/lldb/test/API/lang/objc/modules-app-update
Dave Lee 10ed479d73 [lldb] Import ObjectiveC module instead of Foundation in test
Use `@import ObjectiveC` instead of `@import Foundation`, as the former is all
that's needed, and results in fewer clang modules being built.

This results in the following clang modules *not* being built for this test.

ApplicationServices
CFNetwork
ColorSync
CoreFoundation
CoreGraphics
CoreServices
CoreText
DiskArbitration
Dispatch
Foundation
IOKit
ImageIO
Security
XPC
_Builtin_intrinsics
launch
libkern
os_object
os_workgroup

Differential Revision: https://reviews.llvm.org/D99859
2021-04-04 20:04:26 -07:00
..
Makefile
TestClangModulesAppUpdate.py [lldb] Import ObjectiveC module instead of Foundation in test 2021-04-04 20:04:26 -07:00
foo.m [lldb] Import ObjectiveC module instead of Foundation in test 2021-04-04 20:04:26 -07:00
main.m
module.modulemap
umbrella.h