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.
- Host: GitHub
- URL: https://github.com/zsc/objmixer
- Owner: zsc
- Created: 2010-10-11T08:36:40.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-22T02:33:20.000Z (over 15 years ago)
- Last Synced: 2025-03-03T04:15:13.381Z (about 1 year ago)
- Language: Python
- Homepage: http://fmap.blogspot.com
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.