"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9e4616698056224d75d79a2662a75a17dd1035ed"
Change __INTx_TYPE__ to be always signed. This changes the value for
char-based types from "char" to "signed char". Adjust stdint.h to use __INTx_TYPE__ directly without prefixing it with signed and to use __UINTx_TYPE__ for unsigned ones. The value of __INTx_TYPE__ now matches GCC. llvm-svn: 214119
Loading
Please register or sign in to comment