mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
4 lines
129 B
CMake
4 lines
129 B
CMake
set(LLVM_TARGET_DEFINITIONS Options.td)
|
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
|
add_public_tablegen_target(SwiftOptions)
|