summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorMark Searles <m.c.searles@gmail.com>2019-02-21 18:19:54 +0000
committerMark Searles <m.c.searles@gmail.com>2019-02-21 18:19:54 +0000
commit599ce44d3f3917a3c53cd4bf0bd151e1fce00ed1 (patch)
tree1b17d810d46e5b4cb9331e81bf1a59140d716629 /lldb/packages/Python/lldbsuite/test/python_api
parent93ad8b3aa5669834789f839f3dd04880b87e4080 (diff)
downloadbcm5719-llvm-599ce44d3f3917a3c53cd4bf0bd151e1fce00ed1.tar.gz
bcm5719-llvm-599ce44d3f3917a3c53cd4bf0bd151e1fce00ed1.zip
[AMDGPU] remove unused AssemblerPredicates
An internal build is hitting asserts complaining about too many subtarget features: llvm/utils/TableGen/Types.cpp:42: const char* llvm::getMinimalTypeForEnumBitfield(uint64_t): Assertion `MaxIndex <= 64 && "Too many bits"' failed. llvm/utils/TableGen/AsmMatcherEmitter.cpp:1476: void {anonymous}::AsmMatcherInfo::buildInfo(): Assertion `SubtargetFeatures.size() <= 64 && "Too many subtarget features!"' failed. The short-term solution is to remove a few unused AssemblerPredicates to get under the limit. The long-term solution seems to be to revisit these asserts. E.g., rather than hardcoded '64', use the standard sized std::bitset like the other places that track subtarget features. Differential Revision: https://reviews.llvm.org/D58516 llvm-svn: 354604
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud