close releases any resources used by the llvmSymbolizer object.
()
| 64 | |
| 65 | // close releases any resources used by the llvmSymbolizer object. |
| 66 | func (a *llvmSymbolizerJob) close() { |
| 67 | a.in.Close() |
| 68 | a.cmd.Wait() |
| 69 | } |
| 70 | |
| 71 | // newLLVMSymbolizer starts the given llvmSymbolizer command reporting |
| 72 | // information about the given executable file. If file is a shared |