Skip to content

[TBDGEN] remove stale tapi files and clean bad merge #28002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/TBDGen/TBDGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,6 @@ static void enumeratePublicSymbolsAndWrite(ModuleDecl *M, FileUnit *singleFile,
file.setTwoLevelNamespace();
file.setSwiftABIVersion(irgen::getSwiftABIVersion());
file.setInstallAPI(opts.IsInstallAPI);
llvm::MachO::Target target(triple);
file.addTarget(target);

llvm::MachO::Target target(triple);
file.addTarget(target);
Expand Down
186 changes: 0 additions & 186 deletions lib/TBDGen/tapi/Registry.cpp

This file was deleted.

153 changes: 0 additions & 153 deletions lib/TBDGen/tapi/YAML.cpp

This file was deleted.

Loading