CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/05 16:32:45
Modified files:
gnu/usr.bin/clang/libLLVM: Makefile shlib_version
Removed files:
gnu/usr.bin/clang/libLLVMTableGen: Makefile.shared
Log message:
Remove the TableGen library from libLLVM. It's only needed for the tblgen
tools, and it also provides command line options and thus pollutes the name
space. This fixes duplicate command line options in llvm-objdump.
Discussed with jsg@
