Remove __attribute__((weak)) on function prototype. It has a different...
Remove __attribute__((weak)) on function prototype. It has a different meaning on prototypes then it does on definitions. It is not needed on the prototype and causes build failures for static codegen llvm-svn: 149720
Loading
Please register or sign in to comment