Add C/C++ header locations for the Freescale SDK.
authorHal Finkel <hfinkel@anl.gov>
Tue, 18 Sep 2012 22:25:07 +0000 (22:25 +0000)
committerHal Finkel <hfinkel@anl.gov>
Tue, 18 Sep 2012 22:25:07 +0000 (22:25 +0000)
commitf358791e270797cae3284955012223c8d767022b
tree12f15f567af2a1593ed8f6ef0ce375d57c0ef82a
parentf6d6cb0218b3d76c779260f23ade744edccb0c79
Add C/C++ header locations for the Freescale SDK.

The Freescale SDK is based on OpenEmbedded, and this might be useful
for other OpenEmbedded-based configurations as well.

With minor modifications, patch by Tobias von Koch!

llvm-svn: 164177
clang/lib/Driver/ToolChains.cpp
clang/test/Driver/Inputs/freescale_ppc_tree/lib/.keep [new file with mode: 0644]
clang/test/Driver/Inputs/freescale_ppc_tree/usr/lib/crt1.o [new file with mode: 0644]
clang/test/Driver/Inputs/freescale_ppc_tree/usr/lib/crti.o [new file with mode: 0644]
clang/test/Driver/Inputs/freescale_ppc_tree/usr/lib/crtn.o [new file with mode: 0644]
clang/test/Driver/Inputs/freescale_ppc_tree/usr/lib/powerpc-fsl-linux/4.6.2/crtbegin.o [new file with mode: 0644]
clang/test/Driver/Inputs/freescale_ppc_tree/usr/lib/powerpc-fsl-linux/4.6.2/crtend.o [new file with mode: 0644]
clang/test/Driver/linux-ld.c