Skip to content

Conversation

@dmpots
Copy link
Collaborator

@dmpots dmpots commented Dec 3, 2025

This commit changes the test Makefile.rules to force linking with libstdc++ when building with hipcc.

An upstream change modified the test link commands to add -nostdlib++ to avoid linking both the internal llvm c++ library and the external system c++ standard library. This was causing linking failures when building with hipcc because it expects to use the system libstdc++ library.

This commit changes the test Makefile.rules to force linking with
libstdc++ when building with hipcc.

An upstream [change](llvm#164462)
modified the test link commands to add -nostdlib++ to avoid linking both the
internal llvm c++ library and the external system c++ standard library.
This was causing linking failures when building with hipcc because it
expects to use the system libstdc++ library.
@dmpots dmpots merged commit e67454f into clayborg:llvm-server-plugins Dec 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants