Skip to content
Snippets Groups Projects
Commit 0934170a authored by Yuka Takahashi's avatar Yuka Takahashi Committed by Vassil Vassilev
Browse files

[cxxmodules] Allow ROOT_ prefix module to be implicitly build by rootcling

Previously, [system] was used to mark modules which were supporsed be
implicitly built by rootcling for runtime modules. This was a workaround, and it was causing
SourceLocation error in cxxmodules as it is also using the same
modulemap.

To remove the workaround, we are introducing a new convention that modules
start with ROOT_ is treated as "ROOT system modules", which can be build
implicitly.
parent 3f9b194a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment