[all-commits] [llvm/llvm-project] 7afbff: [clang] Split out and disable tests that break rel...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Sat Apr 26 08:29:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7afbffb5c2e40edd6c2b3164f1dc4faf90d7d332
https://github.com/llvm/llvm-project/commit/7afbffb5c2e40edd6c2b3164f1dc4faf90d7d332
Author: Reid Kleckner <rnk at google.com>
Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths:
M clang/test/CMakeLists.txt
M clang/test/Driver/clang_f_opts.c
A clang/test/Driver/clang_f_opts_withspaces.c
A clang/test/Driver/darwin-header-search-libcxx-2.cpp
M clang/test/Driver/darwin-header-search-libcxx.cpp
M clang/test/lit.cfg.py
M clang/test/lit.site.cfg.py.in
Log Message:
-----------
[clang] Split out and disable tests that break relative rpaths (#137411)
These two tests copy the clang binary into the test tree and assume it
will run from a new location. This is incompatible with relative rpath
values, which is what you typically get in a dylib developer build.
Disable these tests if shared libraries are involved. Another way to
make these tests work would be to update the loader search path
environment variables, but it is difficult to do that portably.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list