LLVMSwift
                                
                                 LLVMSwift copied to clipboard
                                
                                    LLVMSwift copied to clipboard
                            
                            
                            
                        Force unwrap the result of 'strdup'
It appears the API of free has changed with Swift 5.5, and the function does no longer accepts an optional pointer.
This pull request only force-unwrap the result of strdup that are passed to free.