"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "15c2ac90ec70b82485f7d766997d7f730f98b18e"
Add unnamed_addr when creating artificial string globals. For example, in
static const char foo[] = "foo"; static const char *bar = "bar"; the global created to hold "bar" will have it, but foo will not. llvm-svn: 123192
Loading
Please register or sign in to comment