ucb-bar / esp-llvm

UCB-BAR fork of LLVM! NOT UPSTREAM RISCV LLVM
Other
123 stars 55 forks source link

Fix use init array #13

Closed toad closed 9 years ago

toad commented 9 years ago

Fixes a couple of bugs that prevent -use-init-array (and hence C++ with global initialisers, e.g. iostreams) working on RISCV.

ghost commented 9 years ago

Can one of the admins verify this patch?

colinschmidt commented 9 years ago

Looks fine. Thanks!