diff --git a/.release-notes/4537.md b/.release-notes/4537.md index 090de19df2..018624d079 100644 --- a/.release-notes/4537.md +++ b/.release-notes/4537.md @@ -1,5 +1,3 @@ ## Correctly find custom-built `llc` during build process -Previously our CMake build was failing to find our custom-built `llc` binary, -but builds worked by accident if there was a system `llc`. The build system -now finds our custom `llc` correctly. +Previously our CMake build was failing to find our custom-built `llc` binary, but builds worked by accident if there was a system `llc`. The build system now finds our custom `llc` correctly.