summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/resource_dir_with_arch_subdir
Commit message (Collapse)AuthorAgeFilesLines
* Add arch-specific directory to search pathPirama Arumuga Nainar2017-03-034-0/+0
Summary: This change adds an arch-specific subdirectory in <ResourceDir>/lib/<OS> to the linker search path. This path also gets added as '-rpath' for native compilation if a runtime is linked in as a shared object. This allows arch-specific libraries to be installed alongside clang. Reviewers: danalbert, cbergstrom, javed.absar Subscribers: srhines Differential Revision: https://reviews.llvm.org/D30015 llvm-svn: 296927
OpenPOWER on IntegriCloud