Skip to content

fix: Make crt*.o files also located by dlopen, rather than relative #872

fix: Make crt*.o files also located by dlopen, rather than relative

fix: Make crt*.o files also located by dlopen, rather than relative #872

Triggered via pull request December 12, 2023 22:58
Status Success
Total duration 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

cpp-linter.yml

on: pull_request
cpp-linter
21s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
/src/builder/linker/linux/ld.cc:14:14 [readability-function-cognitive-complexity]: src/builder/linker/linux/ld.cc#L14
function 'constructLinkerArgs' has cognitive complexity of 39 (threshold 25)
/src/builder/linker/linux/ld.cc:51:5 [cppcoreguidelines-pro-bounds-array-to-pointer-decay]: src/builder/linker/linux/ld.cc#L51
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead