"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2644aaf53792045151f374802524bf4d9dca9691"
Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIBUTE_USED
This original fix for the build break was correct. LLVM_ATTRIBUTE_USED removes the warning message because it keeps the function in the object file. LLVM_ATTRIBUTE_UNUSED indicates that it may or may not be used depending on build settings. llvm-svn: 219846
Loading
Please register or sign in to comment