From fdfa526a3659ea9e91e093ea98e0d0a44710f693 Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Fri, 8 Nov 2024 12:53:19 -0500 Subject: [PATCH] Update .release-notes/4537.md --- .release-notes/4537.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.