Skip to content
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

cmake: Fix MRI script for evmone-standalone #374

Merged
merged 1 commit into from
Aug 26, 2021
Merged

Conversation

chfast
Copy link
Member

@chfast chfast commented Aug 25, 2021

Use the command CREATE instead of OPEN in the evmone-standalone MRI
script. The CREATE is better than OPEN because we don't want to reuse
old libevmone-standalone.a just to create a new one from scratch.
This also brings compatibility with llvm-ar which does not support OPEN
command.

Fixes #373

Use the command CREATE instead of OPEN in the evmone-standalone MRI
script. The CREATE is better than OPEN because we don't want to reuse
old libevmone-standalone.a just to create a new one from scratch.
This also brings compatibility with llvm-ar which does not support OPEN
command.
@chfast chfast changed the base branch from master to release/0.8.0 August 25, 2021 19:22
@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #374 (6c8a126) into release/0.8.0 (cc3efcc) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff               @@
##           release/0.8.0     #374   +/-   ##
==============================================
  Coverage          99.78%   99.78%           
==============================================
  Files                 30       30           
  Lines               4153     4153           
==============================================
  Hits                4144     4144           
  Misses                 9        9           
Flag Coverage Δ
consensus 91.51% <ø> (ø)
unittests 99.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@chfast chfast merged commit 6c8a126 into release/0.8.0 Aug 26, 2021
@chfast chfast deleted the mri-script branch August 26, 2021 09:32
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.

1 participant