A Binutils implements plugin.ObjTool by invoking the GNU binutils.
| 38 | |
| 39 | // A Binutils implements plugin.ObjTool by invoking the GNU binutils. |
| 40 | type Binutils struct { |
| 41 | mu sync.Mutex |
| 42 | rep *binrep |
| 43 | } |
| 44 | |
| 45 | var ( |
| 46 | objdumpLLVMVerRE = regexp.MustCompile(`LLVM version (?:(\d*)\.(\d*)\.(\d*)|.*(trunk).*)`) |
nothing calls this directly
no outgoing calls
no test coverage detected