"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "a086edc0e6ccb609f4ef136fdb9f4e63945cc5db"
[CodeGen] prevent abnormal on invalid attributes
Currently, when an invalid attribute is encountered on processing a .s file,
clang will abort due to llvm_unreachable. Invalid user input should not cause
an abnormal termination of the compiler. Change the interface to return a
boolean to indicate the failure as a first step towards improving hanlding of
malformed user input to clang.
Signed-off-by:
Saleem Abdulrasool <compnerd@compnerd.org>
llvm-svn: 188047
Loading
Please register or sign in to comment