[This is upstreaming an Apple Silicon support patch rdar://problem/66927829]
This patch also avoids hardcoding the clang options, which makes it less likely for them to become out-of-date.
rdar://problem/63791367
Paths
| Differential D89428
Add support for more OS types to AddClangModuleCompilationOptionsForSDKType() ClosedPublic Authored by aprantl on Oct 14 2020, 2:33 PM.
Details Summary [This is upstreaming an Apple Silicon support patch rdar://problem/66927829] This patch also avoids hardcoding the clang options, which makes it less likely for them to become out-of-date. rdar://problem/63791367
Diff Detail
Event Timelineteemperor added inline comments. This revision now requires changes to proceed.Oct 15 2020, 12:51 AM This revision was not accepted when it landed; it landed in state Needs Review.Oct 16 2020, 11:43 AM Closed by commit rGcf245086518e: Add support for more OS types to AddClangModuleCompilationOptionsForSDKType() (authored by aprantl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 298699 lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
|
Triple::OSType host_os = HostInfo::GetTargetTriple().getOS(); ?