commit | 8adfcff02334455b6f95bc4e1f347204f7c0dd3e | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Nov 19 07:19:04 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Nov 19 07:19:04 2009 +0000 |
tree | 610c384248681a331b31719533c82680a2a6003b | |
parent | 847abaa62883b6c20005bdd3346ebbd44e46dbac [diff] [blame] |
Sketch .td file and build system goop for OptTable based clang-cc options. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89330 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt index 954aa8c..157e57a 100644 --- a/lib/Driver/CMakeLists.txt +++ b/lib/Driver/CMakeLists.txt
@@ -4,6 +4,7 @@ Action.cpp Arg.cpp ArgList.cpp + CC1Options.cpp Compilation.cpp Driver.cpp DriverOptions.cpp