[PATCH] D80660: clang: Add support for relative linker paths with -fuse-ld

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 27 17:29:16 PDT 2020


MaskRay added inline comments.


================
Comment at: clang/test/Driver/fuse-ld.c:7
 
+// RUN: cd "%S" && %clang %s -### \
+// RUN:     -fuse-ld=Inputs/fuse_ld_windows/ld.foo.exe 2>&1 \
----------------
This changes the working directory. It may be better moving cd tests to the bottom.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80660/new/

https://reviews.llvm.org/D80660





More information about the cfe-commits mailing list