global register variables not supported · Issue #2894 · llvm/llvm-project (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Bugzilla Link | 2522 |
---|---|
Resolution | WORKSFORME |
Resolved on | May 04, 2012 06:41 |
Version | 2.3 |
OS | Windows XP |
Blocks | llvm/llvm-bugzilla-archive#4068 |
Reporter | LLVM Bugzilla Contributor |
CC | @asl,@edwintorok |
Extended Description
While attempting to compile a C file generated by GHC. llvm-gcc chocked with the error message "sorry, unimplemented: LLVM cannot register variable 'R1'." and requested I report a bug.
The GHC version was ghc-6.8.3.
From the root of the GHC installation the path to the header llvm-gcc was parsing is "include/Regs.h" and the error occured at line 220.
David