]> granicus.if.org Git - clang/commit
Fix test on Windows that was added in r322382.
authorDouglas Yung <douglas.yung@sony.com>
Fri, 12 Jan 2018 22:32:01 +0000 (22:32 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Fri, 12 Jan 2018 22:32:01 +0000 (22:32 +0000)
commit200c1f8388da9c386b636aab4226aa4b1503fd89
tree9e59353c8d72334f3188125c6787b89b3fb9c197
parent124ae5399e558e14de172da727bd75c1372750b4
Fix test on Windows that was added in r322382.

The test was using "%clang++" which on Windows became "clang.exe++". Use %clangxx instead.

Reviewed by Paul Robinson

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322417 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/wasm-toolchain.cpp