mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
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
This commit is contained in:
@@ -137,7 +137,8 @@ namespace llvm {
|
||||
/// @name Target Registration
|
||||
/// @{
|
||||
|
||||
/// RegisterTarget - Register the given target.
|
||||
/// RegisterTarget - Register the given target. Attempts to register a
|
||||
/// target which has already been registered will be ignored.
|
||||
///
|
||||
/// Clients are responsible for ensuring that registration doesn't occur
|
||||
/// while another thread is attempting to access the registry. Typically
|
||||
|
||||
Reference in New Issue
Block a user