mewmew / uc

A compiler for the µC language.
58 stars 5 forks source link

irgen: Use getelementptr constant expression for global variables #75

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

Clang seems to be using getelementptr constant expression for global variables, and getelementptr instructions for local variables. Mimic this behaviour to facilitate testing.

Relevant test cases:

mewmew commented 8 years ago

Fixed as of commit dbec8c9.