Descriptionwin toolchain: Always use ; for all env vars except PATH, even on non-Windows.
lld-link expects LIB to be ;-separated even on non-Windows. Hopefully
it'll eventually use a flag for system lib dirs instead of looking at env vars,
but for now it looks at env vars.
(clang-cl also expects INCLUDE to be ;-separated, but it already uses
-imsvc instead of the INCLUDE env var to find system include dirs.)
BUG=495204
Committed: https://crrev.com/b61345c8939bfc9e23f9a2442e681b54566120ca
Cr-Commit-Position: refs/heads/master@{#392676}
Patch Set 1 #Patch Set 2 : comments #Messages
Total messages: 10 (5 generated)
|