@cishida noticed I had hardcoded PlatformKind in my TBD generation in my first commit of llvm-ifs. This is a differential to get that rectified.
Any pointers on what the proper triple for BridgeOS should be would be helpful.
Paths
| Differential D67255
[llvm-ifs] Fixing hardcoding of PlatformKind for TBD generation ClosedPublic Authored by plotfi on Sep 5 2019, 11:14 PM.
Details Summary @cishida noticed I had hardcoded PlatformKind in my TBD generation in my first commit of llvm-ifs. This is a differential to get that rectified. Any pointers on what the proper triple for BridgeOS should be would be helpful.
Diff Detail
Event TimelineComment Actions bridgeOS hasn't been added to llvm triple yet, so it's fine to exclude it for now. This revision is now accepted and ready to land.Sep 6 2019, 8:11 AM Comment Actions
Awesome. Thanks @cishida 🙏 Closed by commit rL371248: [llvm-ifs] Improving detection of PlatformKind from triple for TBD generation. (authored by zer0). · Explain WhySep 6 2019, 12:59 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 219158 llvm/trunk/test/tools/llvm-ifs/ios-tbd.ifs
llvm/trunk/test/tools/llvm-ifs/macos-tbd.ifs
llvm/trunk/test/tools/llvm-ifs/tvos-tbd.ifs
llvm/trunk/test/tools/llvm-ifs/watchos-tbd.ifs
llvm/trunk/tools/llvm-ifs/llvm-ifs.cpp
|