[PATCH] D143666: [Clang] Fix clang_rt tests when LLVM_ENABLE_PER_TARGET_RUNTIME_DIR is ON
Michael Platings via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 10:17:21 PST 2023
michaelplatings created this revision.
michaelplatings added a reviewer: phosek.
Herald added a project: All.
michaelplatings requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
If clang is part of a toolchain that can locate clang_rt libraries
outside its resource directory and these are built with
LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON then the tests would fail because
the library names don't have the arch suffix. This change makes the arch
suffix optional.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143666
Files:
clang/test/Driver/arm-compiler-rt.c
clang/test/Driver/print-libgcc-file-name-clangrt.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143666.496172.patch
Type: text/x-patch
Size: 5510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230209/d77d6e61/attachment.bin>
More information about the cfe-commits
mailing list