cmake_minimum_required(VERSION 3.2) sets CMP0002 policy to NEW
which will produce an error when someone attempts to create a
new target with the same name.
When that happens llvm_target_prefix() can be used to ensure unique
names for targets within.