[all-commits] [llvm/llvm-project] b92c3f: [OpenMP] Fix test after updating library search pa...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Mar 1 07:48:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b92c3fe0274f3ba3bb7c58a8529bd9c4303a3b51
https://github.com/llvm/llvm-project/commit/b92c3fe0274f3ba3bb7c58a8529bd9c4303a3b51
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/Driver/openmp-offload-gpu.c
Log Message:
-----------
[OpenMP] Fix test after updating library search paths (#83573)
Summary:
We still use this bitcode library in one case, the NVPTX non-LTO build.
The patch updated the search paths to treat it the same as other
libraries, which unintentionally prioritized system paths over
LIBRARY_PATH which is generally not correct. Also we had a test that
relied on system state so remove that.
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