[all-commits] [llvm/llvm-project] baa69e: Updating test clang/test/Driver/driverkit-path.c f...
dyung via All-commits
all-commits at lists.llvm.org
Sat Jun 6 17:15:26 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: baa69e929b67543682452e9d9f9ebbd76790ad42
https://github.com/llvm/llvm-project/commit/baa69e929b67543682452e9d9f9ebbd76790ad42
Author: dyung <douglas.yung at sony.com>
Date: 2026-06-06 (Sat, 06 Jun 2026)
Changed paths:
M clang/test/Driver/driverkit-path.c
M clang/test/lit.cfg.py
Log Message:
-----------
Updating test clang/test/Driver/driverkit-path.c for usage with CLANG_RESOURCE_DIR (#197154)
When the CMake option CLANG_RESOURCE_DIR is specified, it changes
the path to various tools and thus breaks some tests that look for things
in the "standard" location. This change updates one of the tests to take
into account the CLANG_RESOURCE_DIR value if specified by querying
compiler using `-print-resource-dir` to more accurately find the expected
directory in tests.
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