Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CC1Main setting trigger undefined behavior
This is caused by setting a temporary lambda to a `llvm::function_ref`. The fix is to assign the lambda into a variable that outlives the `llvm::function_ref`.
- Loading branch information