-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Closed
Labels
Description
| Bugzilla Link | 3431 |
| Resolution | FIXED |
| Resolved on | Feb 08, 2009 18:05 |
| Version | trunk |
| OS | Windows XP |
| Attachments | Mentions rdynamic, Previous patch borked due to newlines |
| Reporter | LLVM Bugzilla Contributor |
Extended Description
Please see
http://www.nabble.com/Kaleidoscope-doesn%27t-work-properly-td19669800.html#a19671105
The cause of this, on Linux, is that the -rdynamic is not specified as a g++ option (required, since the tutorial doesn't provide global mappings.)
A docu-fix is attached.