An open API service indexing awesome lists of open source software.

https://github.com/zsc/objmixer

objmixer is a script to allow identifying wrong object files, especially useful for debugging a compiler.
https://github.com/zsc/objmixer

Last synced: 8 months ago
JSON representation

objmixer is a script to allow identifying wrong object files, especially useful for debugging a compiler.

Awesome Lists containing this project

README

          

@author: zsc

objmixer is a script to allow identifying wrong object files, especially useful for debugging a compiler.

Suppose code produced by a compiler with "-O0" is OK, but code produced by "-O2" fails.
Then we can try to mix the object files from "-O0" and "-O2" to find the wrong object files.

The user need to adapt the obm_plugin.py file to use objmixer.