[PATCH] Make SanitizerArgs parsing toolchain-independent.

Alexey Samsonov samsonov at google.com
Thu Aug 8 06:25:12 PDT 2013


Hi rsmith,

This patch moves toolchain-related diagnostics and inspection
of sanitizer arguments later, to the moment we actually produce the
flags that will be passed to the frontend. The final goal is to
move SanitizerArgs to Driver and parse them (reporting the diagnostics)
exactly once.

http://llvm-reviews.chandlerc.com/D1324

Files:
  lib/Driver/SanitizerArgs.cpp
  lib/Driver/SanitizerArgs.h
  lib/Driver/Tools.cpp
  lib/Driver/ToolChains.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1324.1.patch
Type: text/x-patch
Size: 7845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130808/909166e2/attachment.bin>


More information about the cfe-commits mailing list