aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageDataManager.cpp
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2014-08-22 19:29:17 +0000
committerReid Kleckner <reid@kleckner.net>2014-08-22 19:29:17 +0000
commite3f146d941f11c97e2561778d640e6dab721463c (patch)
tree107d5a7fa1d7a4a383828697950bfe0d64fee75e /llvm/tools/llvm-cov/SourceCoverageDataManager.cpp
parentf3fc555e3b3e277d3f47150fd749f82dcca43f6c (diff)
downloadllvm-e3f146d941f11c97e2561778d640e6dab721463c.zip
llvm-e3f146d941f11c97e2561778d640e6dab721463c.tar.gz
llvm-e3f146d941f11c97e2561778d640e6dab721463c.tar.bz2
Fix PR17239 by changing the semantics of the RemainingArgsClass Option kind
This patch contains the LLVM side of the fix of PR17239. This bug that happens because the /link (clang-cl.exe argument) is marked as "consume all remaining arguments". However, when inside a response file, /link should only consume all remaining arguments inside the response file where it is located, not the entire command line after expansion. My patch will change the semantics of the RemainingArgsClass kind to always consume only until the end of the response file when the option originally came from a response file. There are only two options in this class: dash dash (--) and /link. Reviewed By: rnk Differential Revision: http://reviews.llvm.org/D4899 Patch by Rafael Auler! llvm-svn: 216280
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageDataManager.cpp')
0 files changed, 0 insertions, 0 deletions