summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2016-04-20 00:33:06 +0000
committerStephen Hines <srhines@google.com>2016-04-20 00:33:06 +0000
commita978a076a90be7f659b68959d567653845cf165e (patch)
tree2dcbd6210fbb4fd4e5c2d03f53b16cd4bc58418a /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
parentc2dd7da5ca2452f53e8f2880b4a17c8b93a5a62c (diff)
downloadbcm5719-llvm-a978a076a90be7f659b68959d567653845cf165e.tar.gz
bcm5719-llvm-a978a076a90be7f659b68959d567653845cf165e.zip
MarkEOLs should only be true for clang-cl.exe.
Summary: https://llvm.org/bugs/show_bug.cgi?id=27396 This fixes an issue in response files where "\r\n" was being interpreted as two EOL markers (i.e. we consumed the '\r' as terminating the previous token, and then parsed the '\n' as a significant EOL). This breaks response files where joined arguments get split across multiple lines (like "-x\r\nc"). I also fixed an accidental issue in the response-file.c test, where the response file is appended to, instead of being overwritten. Reviewers: rnk Subscribers: danalbert, llvm-commits Differential Revision: http://reviews.llvm.org/D19289 llvm-svn: 266840
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud