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

Allow building of shared libraries #1229

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

xudon9
Copy link
Contributor

@xudon9 xudon9 commented Oct 18, 2023

In previous versions, we specified "STATIC" when using add_library, which enforced the result to be a static library. This pull request eliminates this constraint.

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #1229 (11bf011) into master (73cd22e) will not change coverage.
Report is 12 commits behind head on master.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1229   +/-   ##
=======================================
  Coverage   64.50%   64.50%           
=======================================
  Files         223      223           
  Lines       23667    23667           
=======================================
  Hits        15266    15266           
  Misses       8401     8401           
Files Coverage Δ
svf/lib/SVFIR/SVFValue.cpp 74.00% <0.00%> (ø)

@yuleisui yuleisui merged commit b424770 into SVF-tools:master Oct 18, 2023
5 checks passed
@xudon9 xudon9 deleted the sharedlib branch October 23, 2023 02:21
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.

None yet

2 participants