[cfe-users] Coverage instrumentation on a large project

2018-10-12 Thread Seboek, Janos via cfe-users
Hi, I am trying to link a very large (3.5 gigabytes) library. This works fine normally. However, when trying to pass -fprofile-instr-generate & -fcoverage-mapping, the compilation now fails during the linking step, complaining about a "relocation overflow: reference to local symbol in " for m

[cfe-users] Clang Plugin Parallel Compilation Data Output Consolidation

2018-06-27 Thread Seboek, Janos via cfe-users
Dear all, Not sure if this is the right mailing list for my question but I hope you will correct me if it's not. I am developing a little Clang Plugin that compiles various data about a legacy codebase during the compilation process. Unfortunately, compilation of the legacy code is slow so it