Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the share directory to fix sanitized builds
Referencing this issue on bazelbuild/bazel: bazelbuild/bazel#10510 The output of `clang --print-resource-dir` needs to be used to determine the share directory to be added to the include path. Since we can predict the path, we don't need to run clang to figure it out, but we do need to add it to cxx_builtin_include_directories.
- Loading branch information