Unverified Commit bb9e9576 authored by Schuyler Eldridge's avatar Schuyler Eldridge Committed by GitHub
Browse files

[interface] Fix Wrapper.Stub Name (#3225)



Fix a bug where the name of the Stub module (a module auto-generated from
an Interface without an implementation available) would be called "Stub"
as opposed to the name of the Interface.  This could create a linker error
if the Stub was used.

Fix this setting the final "desiredName" inside the Entity.  Add a test that
this works for the Stub.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@sifive.com>
parent 79d2f8f1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment