-
Notifications
You must be signed in to change notification settings - Fork 339
Closed
Labels
awaiting-maintainerAwaiting review from Bazel team on issuesAwaiting review from Bazel team on issueslang: c++C++ rules integrationC++ rules integrationproduct: CLionCLion pluginCLion plugintype: bug
Description
Description of the bug:
In case of sys root used, non-c++ compiler headers are not supported. Such as "dlfcn.h". It shows red in CLion.
The build itself works ok. So for compiler and Bazel there is no issue with this header.
Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
- Use toolchains_llvm
- Include libl in your sysroot
- Do
#include <dlfcn.h>in your app
Which Intellij IDE are you using? Please provide the specific version.
2025.2.1
What programming languages and tools are you using? Please provide specific versions.
C++, toolchains_llvm 1.4.0, llvm 20.x
What Bazel plugin version are you using?
Bazel for CLion, 2025.08.04
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
awaiting-maintainerAwaiting review from Bazel team on issuesAwaiting review from Bazel team on issueslang: c++C++ rules integrationC++ rules integrationproduct: CLionCLion pluginCLion plugintype: bug
Type
Projects
Status
Done