- for <= tbd_v3, simulator platforms appear the same as the real
platform and we distinct the difference from the architecture.
fixes: rdar://problem/59161559
Paths
| Differential D74416
[llvm][TextAPI] add simulators to output ClosedPublic Authored by cishida on Feb 11 2020, 7:59 AM.
Details Summary
platform and we distinct the difference from the architecture. fixes: rdar://problem/59161559
Diff Detail
Unit TestsFailed
Event Timeline
This revision is now accepted and ready to land.Feb 11 2020, 10:08 AM Comment Actions will resolve the warning: invalid case style for variable '...' [readability-identifier-naming] in a future patch since it'll cause mismatching conventions through the whole file. Closed by commit rG8c3d0d6a5f5a: [llvm][TextAPI] add simulators to output (authored by cishida). · Explain WhyFeb 11 2020, 10:42 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 243899 llvm/lib/TextAPI/MachO/TextStubCommon.cpp
llvm/unittests/TextAPI/TextStubV3Tests.cpp
|
You could simplify this to use fall-throughs for all the simulator platforms.