mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
Symbols are a useful abstraction that occurs in both Con and Alias. In this patch they get their own struct. This new struct packages a symbol name and a type; the type tells us where the symbol name must be interpreted (currently, in gobal memory or in thread-local storage). The refactor fixed a bug in addcon(), proving the value of packaging symbol names with their type. |
||
|---|---|---|
| .. | ||
| all.h | ||
| emit.c | ||
| isel.c | ||
| sysv.c | ||
| targ.c | ||