CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/28 16:34:04
Modified files:
gnu/llvm/tools/clang/lib/Driver/ToolChains: OpenBSD.cpp
OpenBSD.h
Log message:
Make clang emit the proper path to our libcompiler_rt.a when asked to.
Change of behaviour in latest clang upgrade noticed by jsing@ during
the Go port update, where --print-libgcc-file-name is being used which
prints the compiler-rt path.
ok kettenis@
