[libcxx-commits] [PATCH] D131481: [libcxx] [test] Remove --env PATH from the static clangcl config
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 19 01:43:58 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe78223e79efc: [libcxx] [test] Remove --env PATH from the static clangcl config (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131481/new/
https://reviews.llvm.org/D131481
Files:
libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
Index: libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
===================================================================
--- libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
+++ libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
@@ -11,7 +11,7 @@
'-nostdlib -L %{lib} -llibc++ -lmsvcrt -lmsvcprt -loldnames'
))
config.substitutions.append(('%{exec}',
- '%{executor} --execdir %T --env PATH=%{lib} -- '
+ '%{executor} --execdir %T -- '
))
import os, site
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131481.453925.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220819/8cf5b144/attachment.bin>
More information about the libcxx-commits
mailing list