Skip to content

Conversation

@echoix
Copy link
Owner

@echoix echoix commented Jun 22, 2025

No description provided.

ymdatta and others added 30 commits October 23, 2024 17:42
Using logarithm function call with zero argument will lead to
a pole error, which occurs if the mathematical function has
an exact infinite result.

Refactor the conditional to only execute the code when number
of subclasses are more than 1, which would preemptively stop
us from getting into situation where log would have a zero
argument. In cases where number of subclasses are <= 0, set
the default value to 0. This is necessary as `ll` points to
malloc'd memory and can contain renadom value.

Signed-off-by: Mohan Yelugoti <[email protected]>
Adapted from llvm-zorg coverage groovy script

zorg/jenkins/jobs/jobs/llvm-coverage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants