"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "efc4c01ed32d5dfd34365a3392c22b0a0ac070a8"
objc IRGen for Next runtime message API.
The prototype for objc_msgSend() is technically variadic - `id objc_msgSend(id, SEL, ...)`. But all method calls should use a prototype that matches the method, not the prototype for objc_msgSend itself(). // rdar://9048030 llvm-svn: 126754
Loading
Please register or sign in to comment