]> granicus.if.org Git - clang/commit
Tweak to make clang/test/Driver/ps4-linker-win.c less sinsitive of DLL path.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Oct 2015 13:51:13 +0000 (13:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Oct 2015 13:51:13 +0000 (13:51 +0000)
commitc752440fb0a5d9cd4d2313e61ec423595bb08a67
treec834e29e8840f06d2e84fc6f35317e858e9dab52
parent681157a8a950b61ac9b4ea0776d1f2fefab09ad9
Tweak to make clang/test/Driver/ps4-linker-win.c less sinsitive of DLL path.

  - On mingw-w64, libstdc++-6.dll is used for clang.exe. The DLL might not be in Windows' system directory.
  - With --enable-shared, DLLs might be in ${CMAKE_BINARY_DIR}/bin.

I understand this test confirms that appropriate name of executable can be found on %PATH%.
Therefore I added "Output\\" before each expression.

FIXME: The output directory %T is hardcoded like "Output\\ps4-ld.exe".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250403 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/ps4-linker-win.c
test/lit.cfg