Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file...
authorAlexey Samsonov <samsonov@google.com>
Tue, 6 Nov 2012 15:09:03 +0000 (15:09 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 6 Nov 2012 15:09:03 +0000 (15:09 +0000)
commit627b10f712d3311ea9db356ab6aef4d77e65d177
tree5b5aab3bee6df041eda6880797f7ce77feb312c0
parentbdb2594cb3ec5c054c192925c9ad7944d4fa0dde
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain.

llvm-svn: 167460
clang/lib/Driver/SanitizerArgs.h [new file with mode: 0644]
clang/lib/Driver/ToolChains.cpp
clang/lib/Driver/Tools.cpp