History log of /openbsd/gnu/llvm/clang/lib/Driver/Driver.cpp (Results 1 – 5 of 5)
Revision Date Author Comments
# 7a9b00ce 11-Nov-2023 robert <robert@openbsd.org>

merge clang-16.0.6


# 04601fb1 04-Mar-2022 gnezdo <gnezdo@openbsd.org>

Report versioned lib.so in cc --print-file-name given short name

E.g. `cc --print-file-name libc.so` reports /usr/lib/libc.so.96.1

This is a complement of the major.minor finding logic in DriverUti

Report versioned lib.so in cc --print-file-name given short name

E.g. `cc --print-file-name libc.so` reports /usr/lib/libc.so.96.1

This is a complement of the major.minor finding logic in DriverUtils.
`ld -lc -L/usr/lib` currently find the libraries with this logic.

To make things more obviously related the code was extracted into a
function which was copied over verbatim.

fine with mortimer@
ok patrick@

show more ...


# a9ac8606 17-Dec-2021 patrick <patrick@openbsd.org>

Import LLVM 13.0.0 release.


# ec727ea7 28-Apr-2021 patrick <patrick@openbsd.org>

Import LLVM 11.1.0 release including clang, lld and lldb.


# e5dd7070 03-Aug-2020 patrick <patrick@openbsd.org>

Import LLVM 10.0.0 release including clang, lld and lldb.

ok hackroom
tested by plenty