https://llvm.org/bugs/show_bug.cgi?id=25233
Bug ID: 25233
Summary: clang can't find link.exe on OS X for windows targets
Product: clang
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Invoking clang as `clang -target i686-pc-windows-msvc ...` on OS X causes clang
to fail to find `link.exe` with "clang: error: unable to execute command:
Executable "link.exe" doesn't exist!".
However, `link.exe` exists in the PATH in `/usr/local/bin`, and is a symlink to
`lld`. I've also tried it with a shell script called `link.exe`, and by
renaming `lld` to `link.exe`, but the error persists. So clearly, clang is
mistaken.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs