Skip to content

Add configurable clang stdlib selection to vrtlmod#21

Merged
JoGei merged 1 commit into
masterfrom
hotfix/stdlibpassing
Mar 26, 2026
Merged

Add configurable clang stdlib selection to vrtlmod#21
JoGei merged 1 commit into
masterfrom
hotfix/stdlibpassing

Conversation

@JoGei

@JoGei JoGei commented Mar 26, 2026

Copy link
Copy Markdown
Member

Add configurable clang stdlib selection to vrtlmod. CMake parameter VRTLMOD_STDLIB={libstdc++, libc++}

Default VRTLMOD_STDLIB to libstdc++, wire it through test/exported clang invocations, and inject matching standard library include paths for clang parsing.

Keep current systems working by automatically adding host GCC libstdc++ headers and issuing a warning when libc++ is selected but not installed.

Automatically select stdlib include directories.

…RTLMOD_STDLIB={libstdc++, libc++}

Default VRTLMOD_STDLIB to libstdc++, wire it through test/exported clang invocations, and inject matching standard library include paths for clang parsing. Also keep current systems working by auto-adding host GCC libstdc++ headers and warning when libc++ is selected but not installed.
@JoGei JoGei added bug Something isn't working enhancement New feature or request labels Mar 26, 2026
@JoGei JoGei self-assigned this Mar 26, 2026
@JoGei JoGei added this to the Release v0.10.2 milestone Mar 26, 2026
@JoGei
JoGei merged commit f7fccfe into master Mar 26, 2026
24 checks passed
@JoGei
JoGei deleted the hotfix/stdlibpassing branch March 26, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant