-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround LLVM compiler bug when fuzzing. (#1340)
Fixes #1173 There is a long standing crash in the LLVM code generator that we manage to hit when fuzzing. Disable the fast instruction selector in the fuzzing config to avoid it. I reduced a test case and filed the LLVM bug here: llvm/llvm-project#56133
- Loading branch information
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters