OSDN Git Service

Make TargetParserTest.ARMExtensionFeatures not run out of memory on 32-bit (PR42316)
authorHans Wennborg <hans@hanshq.net>
Wed, 19 Jun 2019 09:46:37 +0000 (09:46 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 19 Jun 2019 09:46:37 +0000 (09:46 +0000)
commit1e28f6ede44dfc4acc07634cd7ed17edbde917d6
tree27b3b72f727636a0644ed1439ee135b1e55918fa
parent301f3b0628aec583bdf819f9bdce885da7af88e0
Make TargetParserTest.ARMExtensionFeatures not run out of memory on 32-bit (PR42316)

The test still probably shouldn't run this loop 17 million times, but at
least now it won't run out of memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363780 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/TargetParserTest.cpp