Moved Swift's option table from swiftDriver into a new swiftOption library.

This allows swiftFrontend to drop its dependency on swiftDriver, and could
someday allow us to move the integrated frontend's option parsing out of
swiftFrontend (which would allow other tools which use swiftFrontend to
exclude the option table entirely).

Swift SVN r19824
This commit is contained in:
Connor Wakamo
2014-07-10 20:51:50 +00:00
parent cf14fefd3c
commit 2d6c9e9062
15 changed files with 20 additions and 17 deletions

View File

@@ -1 +1 @@
add_subdirectory(Driver)
add_subdirectory(Option)