History log of /freebsd-current/usr.bin/clang/llvm-modextract/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 0b57cec5 20-Dec-2019 Dimitry Andric <dim@FreeBSD.org>

Move all sources from the llvm project into contrib/llvm-project.

This uses the new layout of the upstream repository, which was recently
migrated to GitHub, and converted into a "monorepo". That is, most of
the earlier separate sub-projects with their own branches and tags were
consolidated into one top-level directory, and are now branched and
tagged together.

Updating the vendor area to match this layout is next.


# 5e00e530 23-Dec-2017 Dimitry Andric <dim@FreeBSD.org>

Minimize library dependencies for some llvm tools.


# 281264c5 04-Jan-2017 Dimitry Andric <dim@FreeBSD.org>

Add new llvm-{cxxfilt,lto2,modextract,xray} tools.