CMakeLists.txt: Abort if CMAKE_SIZEOF_VOID_P is not set

After a failed compiler detection in a previous run cmake cached the
result and would happily build a partially working test-suite. Add a
sanity check to catch the error early.

git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@300343 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed