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

Added TRICK_LDFLAGS to the rule for linking shared library for jit input. #1745

Merged
merged 2 commits into from
Jul 23, 2024

Conversation

hchen99
Copy link
Contributor

@hchen99 hchen99 commented Jul 16, 2024

So that users can use TRICK_LDFLAGS for linking shared library if necessary.

For instance, if a user has TRICK_CXXFLAGS += -fprofile-arcs -ftest-coverage -I./models in S_overrides.mk to compile a sim with code coverage flags, they can include TRICK_LDFLAGS += --coverage or TRICK_LDFLAGS += -fprofile-arcs -ftest-coverage in S_overrides.mk for the generated shared library to be loaded correctly.

…n use TRICK_LDFLAGS for linking shared library if necessary.
@hchen99 hchen99 linked an issue Jul 16, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Jul 16, 2024

Coverage Status

coverage: 55.894% (+0.005%) from 55.889%
when pulling fc29867 on 1736-jit-input-files-and-code-coverage
into 7b4253d on master.

@hchen99 hchen99 changed the title Added TRICK_LDFLAGS to the rule for linking shared library. Added TRICK_LDFLAGS to the rule for linking shared library for jit input. Jul 17, 2024
@sharmeye sharmeye merged commit f892b41 into master Jul 23, 2024
13 checks passed
@hchen99 hchen99 deleted the 1736-jit-input-files-and-code-coverage branch September 19, 2024 21:19
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.

JIT input files and code coverage
3 participants