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

Fix compiler wrapper for single TU #111

Merged
merged 4 commits into from
Jan 31, 2022
Merged

Fix compiler wrapper for single TU #111

merged 4 commits into from
Jan 31, 2022

Conversation

ahueck
Copy link
Contributor

@ahueck ahueck commented Jan 31, 2022

Handles compiling+linking with a single call for a TU.

* Towards handling single compile & link execution, i.e., `clang main.c`
creates `a.out`.This should be mirrored with the wrapper.
* Handle `-MT` option explicitly. Otherwise, the parser may be confused
w.r.t. source file handling.
@coveralls
Copy link
Collaborator

coveralls commented Jan 31, 2022

Pull Request Test Coverage Report for Build 1773415641

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.477%

Totals Coverage Status
Change from base Build 1728910783: 0.0%
Covered Lines: 3095
Relevant Lines: 3459

💛 - Coveralls

@ahueck ahueck linked an issue Jan 31, 2022 that may be closed by this pull request
@ahueck ahueck merged commit 2100e70 into devel Jan 31, 2022
@ahueck ahueck deleted the feat/compiler-wrapper-fix branch January 31, 2022 15:45
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.

Compiler wrapper single TU
2 participants