Skip to content

Odin_II: fix leak appearing when IPO is enabled #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2019

Conversation

jeanlego
Copy link
Contributor

the leak is introduced from IPO flag by making some global variable appear as unreachable by the program exit.

Related Issue

valgrind operator failing on master

Motivation and Context

fix regression test

How Has This Been Tested?

pre_commit

Types of changes

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

@probot-autolabeler probot-autolabeler bot added lang-cpp C/C++ code Odin Odin II Logic Synthesis Tool: Unsorted item labels Jul 27, 2019
@jeanlego jeanlego force-pushed the odin_ipo_leak_fix branch from 19ce381 to d94d879 Compare July 27, 2019 05:01
@jeanlego jeanlego merged commit 035e094 into verilog-to-routing:master Jul 27, 2019
@jeanlego jeanlego deleted the odin_ipo_leak_fix branch July 27, 2019 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-cpp C/C++ code Odin Odin II Logic Synthesis Tool: Unsorted item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant