"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8f561c9c972d59095d8bb832b324d40db356c74b"
CodeGen support for global variables of type std::initializer_list<X>.
This emits a backing array with internal linkage and fills it with data, then has the initializer_list point at the array. Dynamic initialization and global destructors are correctly supported. What doesn't work is nested initializer_lists. I have no idea how to get them to work, either. However, these should be very rare, and so I'll just call it a known bug and declare generalized initializers DONE! llvm-svn: 151457
Loading
Please register or sign in to comment