mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Realized I had undone one change too many - this should build just fine
Swift SVN r13272
This commit is contained in:
@@ -155,7 +155,7 @@ int main(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
llvm::outs() << "ok!\n";
|
llvm::outs() << "ok!\n";
|
||||||
if (DumpModule) {
|
if (DumpModule) {
|
||||||
llvm::SmallVectorImpl<swift::Decl*> Decls;
|
llvm::SmallVector<swift::Decl*, 10> Decls;
|
||||||
Module->getTopLevelDecls(Decls);
|
Module->getTopLevelDecls(Decls);
|
||||||
for (auto Decl : Decls) {
|
for (auto Decl : Decls) {
|
||||||
Decl->dump(llvm::outs());
|
Decl->dump(llvm::outs());
|
||||||
|
|||||||
Reference in New Issue
Block a user