This revision was automatically updated to reflect the committed changes.
Closed by commit rC321828: Use backslash escape, replacing xargs -0 in test
macro-multiline.c (authored by hubert.reinterpretcast, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D41544?vs=128034&id=1286
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rC Clang
https://reviews.llvm.org/D41544
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/
hubert.reinterpretcast added a comment.
Ping
Repository:
rC Clang
https://reviews.llvm.org/D41544
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
hubert.reinterpretcast created this revision.
xargs supports escaping of newline characters with backslash. xargs -0 is
neither part of POSIX nor the LSB.
This patch removes the -0 option and adjusts the input to xargs accordingly;
that is, the input is a text file not ending in an incomplete l