Closed
Description
Bugzilla Link | 860 |
Resolution | FIXED |
Resolved on | Feb 22, 2010 12:44 |
Version | trunk |
OS | MacOS X |
Reporter | LLVM Bugzilla Contributor |
CC | @lattner |
Extended Description
An llvm command line error is not displayed to the user (routing of stdout/stderr?)
Was discovered when selective loading of register allocators was introduced. The "-regalloc=local" option
failed because the local register allocator wasn't loaded. No report was given.