CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/26 16:39:51
Modified files:
gnu/usr.bin/clang/libLLVMAnalysis: Makefile
gnu/usr.bin/clang/libLLVMCodeGen: Makefile
gnu/usr.bin/clang/libLLVMCore: Makefile
gnu/usr.bin/clang/libLLVMDebugInfoCodeView: Makefile
gnu/usr.bin/clang/libLLVMDebugInfoPDB: Makefile
gnu/usr.bin/clang/libLLVMExecutionEngine: Makefile
gnu/usr.bin/clang/libLLVMGlobalISel: Makefile
gnu/usr.bin/clang/libLLVMObject: Makefile
gnu/usr.bin/clang/libLLVMScalarOpts: Makefile
gnu/usr.bin/clang/libLLVMSupport: Makefile
gnu/usr.bin/clang/libLLVMTableGen: Makefile
gnu/usr.bin/clang/libLLVMTransformUtils: Makefile
gnu/usr.bin/clang/libLLVMipo: Makefile
Log message:
In preparation for reusing libLLVM component library Makefiles to build
libLLVM from a single directory avoid reused filenames by symlinking
duplicated names with a prefix of the component library name so object
file names will be unique.
symlink approach suggested by deraadt@ ok patrick@