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

llvm: fix coverage build #11305

Merged
merged 1 commit into from
Dec 2, 2023
Merged

llvm: fix coverage build #11305

merged 1 commit into from
Dec 2, 2023

Conversation

DavidKorczynski
Copy link
Collaborator

@DavidKorczynski DavidKorczynski commented Dec 2, 2023

The processes of the latest coverage build was killed

-std=c++17 -MD -MT lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o -MF lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o.d -o lib/Target/AMDGPU/Utils/CMakeFiles/LLVMAMDGPUUtils.dir/AMDGPUBaseInfo.cpp.o -c /src/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
Step #3 - "compile-libfuzzer-coverage-x86_64": Killed
Step #3 - "compile-libfuzzer-coverage-x86_64": ninja: build stopped: subcommand failed.
Step #3 - "compile-libfuzzer-coverage-x86_64": ********************************************************************************

This is an effort to limit resources further in coverage builds so we don't run into this.

Signed-off-by: David Korczynski <[email protected]>
@AdamKorcz AdamKorcz merged commit c8ed5bb into master Dec 2, 2023
16 checks passed
@AdamKorcz AdamKorcz deleted the llvm-cov-fix branch December 2, 2023 15:13
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.

2 participants