[msan] Fix BMI2 detection in msan tests, take 2.
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 15 Mar 2019 10:15:13 +0000 (10:15 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 15 Mar 2019 10:15:13 +0000 (10:15 +0000)
commit77eccf24d5c9fc3b078937f8432628ffe4b519da
treef1bac1b3baaffbda6e8bcc90cd17ea10f3840e71
parent4ac6d7e4b85d934b81d505a54fe64c9d645ba60b
[msan] Fix BMI2 detection in msan tests, take 2.

It's not enough if only one bit is present, we need to check that
both are set. This finally fixes the test failures for me.

llvm-svn: 356242
compiler-rt/lib/msan/tests/msan_test.cc