This is an archive of the discontinued LLVM Phabricator instance.

Add OpenEmbedded vendor
ClosedPublic

Authored by mgrang on Jul 2 2018, 6:26 PM.

Details

Summary

The lib paths are not correctly picked up for OpenEmbedded sysroots (like arm-oe-linux-gnueabi). I fix this in a follow-up clang patch. But in order to add the correct libs I need to detect if the vendor is oe. For this reason, it is first necessary to teach llvm to detect oe vendor, which is what this patch does.

Diff Detail

Repository
rL LLVM