bazel-compile-commands-extractor icon indicating copy to clipboard operation
bazel-compile-commands-extractor copied to clipboard

Added patch to resolve compiler from inside cc_wrapper.sh script.

Open Attempt3035 opened this issue 5 months ago • 0 comments

Add patch wrapper to resolve the compiler used within cc_wrapper.sh (linux & osx) and output the path to compiler directly in compile commands.

This is specifically useful for cases like SonarQube where there's no --query-driver equivalent and knowledge of which compiler executable is used in compile commands is essential for the tool to work

fixes hedronvision/bazel-compile-commands-extractor#159 fixes hedronvision/bazel-compile-commands-extractor#40 fixes hedronvision/bazel-compile-commands-extractor#33

Attempt3035 avatar May 08 '25 09:05 Attempt3035