mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
The bytecode writer config was heap-allocated, but was never freed, causing ASAN errors. Reviewed By: jpienaar Differential Revision: https://reviews.llvm.org/D153440