[PATCH] D44447: Treat libclang_rt.* as normal library if the user uses --sysroot=

2018-03-16 Thread Simon Atanasyan via Phabricator via cfe-commits
atanasyan added a comment. Will it work on Windows? If sysroot is provided, `Prefix` is "-l", but I'm not sure that link.exe accepts "-l" notation. Repository: rC Clang https://reviews.llvm.org/D7 ___ cfe-commits mailing list cfe-commits@lis

[PATCH] D44447: Treat libclang_rt.* as normal library if the user uses --sysroot=

2018-03-13 Thread Tom Rix via Phabricator via cfe-commits
trixirt created this revision. trixirt added reviewers: rsmith, atanasyan, vkalintiris. trixirt added a project: clang. Herald added a subscriber: cfe-commits. In cross compiling, one normally assumes that the user supplied sysroot contains all of the libraries needed in the link. And so the lin