Revert "[clang-cl] Always interpret the LIB env var as separated with semicolons"
authorMartin Storsjö <martin@martin.st>
Mon, 21 Sep 2020 21:10:07 +0000 (00:10 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 21 Sep 2020 21:14:45 +0000 (00:14 +0300)
commit8c3ef08f8a4eb40609af55d541e5135856fde086
treee11831c611eefed204a10a6a6856e6c6e24977b8
parent2c768c7d6c6185e2c9a606027ee673bd2640e5ca
Revert "[clang-cl] Always interpret the LIB env var as separated with semicolons"

This reverts commit 4d85444b317a00a3e15da63cdb693d272c99a0cc.

This commit broke building lldb's NativeProcessProtocolTest.cpp,
with errors like these:

In file included from include/llvm/Support/Process.h:32:0,
                 from tools/lldb/unittests/Host/NativeProcessProtocolTest.cpp:12:
include/llvm/Support/Program.h:39:11: error: reference to ‘pid_t’ is ambiguous
   typedef pid_t procid_t;

/usr/include/sched.h:38:17: note: candidates are: typedef __pid_t pid_t
 typedef __pid_t pid_t;

tools/lldb/include/lldb/lldb-types.h:85:18: note: typedef uint64_t lldb::pid_t
 typedef uint64_t pid_t;
clang/lib/Driver/Driver.cpp
clang/test/Driver/cl-inputs.c
llvm/include/llvm/Support/Process.h
llvm/lib/Support/Process.cpp