"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "26e9b89b7cd920ea43ec59220c62d40a22d6030b"
apply Dan's fix for PR8268 which allows constant folding to handle indexes over
zero sized elements. This allows us to compile: #include <string> void foo() { std::string s; } into an empty function. llvm-svn: 119933
Loading
Please register or sign in to comment