Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak in LLVMTargetMachine.cpp (llvm#109610)
Because `MAB` is a raw pointer, it could potentially leak memory because of the `||` in the null check.
- Loading branch information