CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/03 10:11:45
Modified files:
gnu/llvm/clang/lib/Driver/ToolChains: OpenBSD.cpp
Log message:
Allow the compiler driver to link the libclang_rt.profile library.
With this change, passing -fprofile-instr-generate -fcoverage-mapping
when building programs will attempt linking against libclang_rt.profile.a.
Please note that we do not ship the library yet.
OK jca@
