Allow multiple registrations of the same target.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 15 Jul 2009 10:32:44 +0000 (10:32 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 15 Jul 2009 10:32:44 +0000 (10:32 +0000)
commit3fb7eee9c210bcfd674e78c70244e3f42473c19b
treeccf7658d9fa7e484cc30e46bac00f974c9844503
parentaca81c49d9644105551e129d8b12758a08a1deb2
Allow multiple registrations of the same target.
 - This doesn't necessarily seem like a good idea, but the JIT unittest
   currently relies on it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75769 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetRegistry.h
lib/Support/TargetRegistry.cpp