diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-06-23 05:15:06 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-06-23 05:15:06 +0000 |
| commit | c1835955342f7672ee2f03567aa2cc464498ada8 (patch) | |
| tree | 9798fafdceadf3f70aa741333e2feb00da37c770 /llvm/tools/llvm-mc/AsmParser.cpp | |
| parent | 02a9191b717090da0ec8446028287ea7af998399 (diff) | |
| download | bcm5719-llvm-c1835955342f7672ee2f03567aa2cc464498ada8.tar.gz bcm5719-llvm-c1835955342f7672ee2f03567aa2cc464498ada8.zip | |
Fix our check for "random whitespace between a \ and newline" to work
with dos style newlines. I have a trivial test for this:
// RUN: clang-cc %s -verify
#define test(x, y) \
x ## y
but I don't know how to get svn to not change newlines and testrunner
doesn't work with dos style newlines either, so "not worth it". :)
rdar://6994000
llvm-svn: 73945
Diffstat (limited to 'llvm/tools/llvm-mc/AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions

