Skip to content

Conversation

mcbarton
Copy link
Collaborator

Description

Please include a summary of changes, motivation and context for this PR.

When building the emscripten version of CppInterOp we get undefined linker flag soname and undefined z value warning here https://github.com/compiler-research/CppInterOp/actions/runs/12736895837/job/35497425197#step:9:213 . This PR should fix this.

Fixes # (issue)

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Please describe the test(s) that you added and ran to verify your changes.

Checklist

  • I have read the contribution guide recently

Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.96%. Comparing base (c9499ae) to head (1459853).
Report is 13 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #446   +/-   ##
=======================================
  Coverage   70.96%   70.96%           
=======================================
  Files           9        9           
  Lines        3541     3541           
=======================================
  Hits         2513     2513           
  Misses       1028     1028           

see 1 file with indirect coverage changes

see 1 file with indirect coverage changes

@mcbarton mcbarton requested a review from anutosh491 January 13, 2025 00:40
@mcbarton mcbarton force-pushed the Remove-soname-of-zdefs-flags-emscripten branch 3 times, most recently from 9dbdcc3 to 61d9400 Compare January 16, 2025 11:50
@mcbarton mcbarton requested a review from vgvassilev January 16, 2025 12:47
@mcbarton mcbarton force-pushed the Remove-soname-of-zdefs-flags-emscripten branch from 1b441db to 362d304 Compare January 16, 2025 23:47
Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming we address the comments.

@mcbarton mcbarton force-pushed the Remove-soname-of-zdefs-flags-emscripten branch from 613789e to b862182 Compare January 17, 2025 20:43
@mcbarton mcbarton merged commit d9aef11 into compiler-research:main Jan 18, 2025
45 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