Make -fstandalone-debug and -flimit-debug-info available in clang-cl
authorReid Kleckner <rnk@google.com>
Fri, 9 Sep 2016 16:42:50 +0000 (16:42 +0000)
committerReid Kleckner <rnk@google.com>
Fri, 9 Sep 2016 16:42:50 +0000 (16:42 +0000)
commitb6bee5164d2a0a9fc9b131b8354413486abea110
tree18d93d89ce786d4cd6bfaa84ae81e77e07e762a5
parent6da0fb8c74e16f26c4c96ab12a95975e3f1face7
Make -fstandalone-debug and -flimit-debug-info available in clang-cl

Our limited debug info optimizations are breaking down at DLL
boundaries, so we're going to evaluate the size impact of these
settings, and possibly change the default.

Users should be able to override our settings, though.

llvm-svn: 281056
clang/include/clang/Driver/Options.td
clang/test/Driver/cl-options.c