summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-11-01 11:47:53 -0700
committerReid Kleckner <rnk@google.com>2019-11-05 10:49:57 -0800
commit63f49465c3268e59ce2dc02345da187393adabd7 (patch)
treee0032bb1f60d8b2c471b13d0d46d29a69be60b7e /clang/lib/CodeGen/CodeGenModule.cpp
parent7035ea6e3e4371fff223a3a8f660ec149a954876 (diff)
downloadbcm5719-llvm-63f49465c3268e59ce2dc02345da187393adabd7.tar.gz
bcm5719-llvm-63f49465c3268e59ce2dc02345da187393adabd7.zip
[dexter] Fix feature tests on Windows
First, add LLD as a dependency on Windows. The windows batch scripts pass -fuse-ld=lld, so they need it. Second, decode builder stdout/stderr even if the command fails. Otherwise it gets printed as b'line 1\n\rline 2\n\r'. Last, make the batch script one line less noisy. We might want to try to do more here, though. It would be nice if we could get as close to possible as lit, where you can literally copy & paste the failing command to re-run it. With the two changes above, now the feature tests that use clang++.bat pass for me. The clang-cl_vs2015 ones still fail, and I'll fix them separately. Reviewers: jmorse Differential Revision: https://reviews.llvm.org/D69725
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud