Displaying 1 result from an estimated 1 matches for "ak_invalid".
2017 Aug 02
2
llvm-trunk errors with gcc-5.3.0 on SuSE Linux
...s.cpp:5282:48: error:
cannot convert 'llvm::ARM::ArchKind' to 'unsigned int' in initialization
unsigned AK = llvm::ARM::parseArch(ArchName);
^
/export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp:5283:15: error:
'AK_INVALID' is not a member of 'llvm::ARM'
if (AK != llvm::ARM::AK_INVALID)
^
/export2/src/llvm-trunk/llvm/tools/clang/lib/Basic/Targets.cpp: In member
function 'void {anonymous}::ARMTargetInfo::setArchInfo(unsigned int)':
/export2/src/llvm-trunk/llvm/tools/clang/lib...