[test] Fix test/Driver/ve-toolchain.cpp
authorFangrui Song <i@maskray.me>
Thu, 10 Dec 2020 01:26:21 +0000 (17:26 -0800)
committerFangrui Song <i@maskray.me>
Thu, 10 Dec 2020 01:26:22 +0000 (17:26 -0800)
commit880aa6ac668b0c0aefb7c7b831e7127c3c54ee9b
tree9fe3f68dc294a283e319ab6a4f3ff3dd4fe68135
parent754d1d3d52b7145acc9fd440e8ecc0c10d9e966d
[test] Fix test/Driver/ve-toolchain.cpp

It should specify --sysroot to test the paths of crt1.o/crti.o/crtbegin.o.
For a user who enable VE but do not actually have VE sysroot,
the "nld" command line will have bare "crt1.o" "crti.o" ... "crtbegin.o"
clang/test/Driver/ve-toolchain.cpp