-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
Description
Bugzilla Link | 1240 |
Resolution | FIXED |
Resolved on | Feb 22, 2010 12:43 |
Version | 1.0 |
OS | MacOS X |
CC | @asl |
Extended Description
I get stuff like:
JIT: Stub emitted at [0x7087fd8] for function 'test'
JIT: Finished CodeGen of [0x7088028] Function: main: 88 bytes of text, 9 relocations
Disassembled code:
No disassembler available. See configure help for avaiable options.
JIT: Lazily resolving function 'test' In stub ptr = 0x7087ff0 actual ptr = 0x7087fd8
JIT: Finished CodeGen of [0x7088090] Function: test: 12 bytes of text, 0 relocations
Disassembled code:
No disassembler available. See configure help for avaiable options.
It would be much better if the "Disassembled code/No disassembler available" lines just were not
printed on targets without a disassembler.
-Chris