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