[PATCH] D48862: [OpenEmbedded] Fix lib paths for OpenEmbedded targets
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 25 16:25:14 PDT 2018
mgrang updated this revision to Diff 157391.
mgrang added a comment.
Rebased patch and fixed unit test on Windows.
https://reviews.llvm.org/D48862
Files:
lib/Driver/ToolChains/Gnu.cpp
lib/Driver/ToolChains/Linux.cpp
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/include/c++/6.3.0/backward/.keep
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/lib64/aarch64-oe-linux/6.3.0/crtbegin.o
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/lib64/aarch64-oe-linux/6.3.0/crtend.o
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/lib64/crt1.o
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/lib64/crti.o
test/Driver/Inputs/openembedded_aarch64_linux_tree/usr/lib64/crtn.o
test/Driver/Inputs/openembedded_arm_linux_tree/usr/include/c++/6.3.0/backward/.keep
test/Driver/Inputs/openembedded_arm_linux_tree/usr/lib/arm-oe-linux-gnueabi/6.3.0/crtbegin.o
test/Driver/Inputs/openembedded_arm_linux_tree/usr/lib/arm-oe-linux-gnueabi/6.3.0/crtend.o
test/Driver/Inputs/openembedded_arm_linux_tree/usr/lib/crt1.o
test/Driver/Inputs/openembedded_arm_linux_tree/usr/lib/crti.o
test/Driver/Inputs/openembedded_arm_linux_tree/usr/lib/crtn.o
test/Driver/linux-header-search.cpp
test/Driver/linux-ld.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48862.157391.patch
Type: text/x-patch
Size: 6108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180725/e3b9d1e0/attachment.bin>
More information about the cfe-commits
mailing list