Skip to content

Commit

Permalink
Update for upstream llvm::OptTable API change
Browse files Browse the repository at this point in the history
  • Loading branch information
gottesmm committed Nov 12, 2015
1 parent 9fb54bf commit b917548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Option/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace {

class SwiftOptTable : public OptTable {
public:
SwiftOptTable() : OptTable(InfoTable, llvm::array_lengthof(InfoTable)) {}
SwiftOptTable() : OptTable(InfoTable) {}
};

}
Expand Down

0 comments on commit b917548

Please sign in to comment.