diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-04-08 20:57:44 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-04-08 20:57:44 +0000 |
| commit | db436ae9e4cf3c0e1da900067dd79e29a3d571cf (patch) | |
| tree | dc8828ec5ba049451018331bcadeef1228e26b10 | |
| parent | e01d82b81f09d840580b6ea93204c09e849ee4f8 (diff) | |
| download | bcm5719-llvm-db436ae9e4cf3c0e1da900067dd79e29a3d571cf.tar.gz bcm5719-llvm-db436ae9e4cf3c0e1da900067dd79e29a3d571cf.zip | |
implement -imacros support in driver.
llvm-svn: 68641
| -rw-r--r-- | clang/include/clang/Driver/Options.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.def b/clang/include/clang/Driver/Options.def index 1421b6e1f0c..36bbfbc6f5b 100644 --- a/clang/include/clang/Driver/Options.def +++ b/clang/include/clang/Driver/Options.def @@ -519,7 +519,7 @@ OPTION("-g", g_Flag, Flag, g_Group, INVALID, "", 0, 0, 0) OPTION("-g", g_Joined, Joined, g_Group, INVALID, "", 0, 0, 0) OPTION("-headerpad_max_install_names", headerpad__max__install__names, Joined, INVALID, INVALID, "", 0, 0, 0) OPTION("-idirafter", idirafter, JoinedOrSeparate, clang_i_Group, INVALID, "", 0, 0, 0) -OPTION("-imacros", imacros, JoinedOrSeparate, i_Group, INVALID, "", 0, 0, 0) +OPTION("-imacros", imacros, JoinedOrSeparate, clang_i_Group, INVALID, "", 0, 0, 0) OPTION("-image_base", image__base, Separate, INVALID, INVALID, "", 0, 0, 0) OPTION("-include", include, JoinedOrSeparate, clang_i_Group, INVALID, "", 0, 0, 0) OPTION("-init", init, Separate, INVALID, INVALID, "", 0, 0, 0) |

