"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d55581ded8454dc023acc4020497d403e191dff7"
CodeGen: fix PPC Darwin variadics
Darwin uses char * for the variadic list type (va_list). We use the PPC SVR4 ABI for PPC, which uses a structure type for the va_list. When constructing the GEP, we would fail due to the incorrect handling for the va_list. Correct this to use the right type. llvm-svn: 316599
Loading
Please register or sign in to comment