[PATCH] D39502: [Driver] Make clang/cc conforms to UNIX standard
Steven Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 6 15:45:30 PST 2017
steven_wu updated this revision to Diff 121807.
steven_wu added a comment.
Improve testcase according to review feedback.
In order to let compilation to be successful for one input, I need to use
-fsyntax-only because I don't have nvptx assembler. Enable -fsyntax-only
changes the order of the compilation somehow so I need to reorder the
errors and warnings a little bit.
https://reviews.llvm.org/D39502
Files:
lib/Driver/Compilation.cpp
test/Driver/cuda-bail-out.cu
test/Driver/output-file-cleanup.c
test/Driver/unix-conformance.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39502.121807.patch
Type: text/x-patch
Size: 5930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171106/fe500cd7/attachment-0001.bin>
More information about the cfe-commits
mailing list