mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 19:31:13 +00:00
Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this.
llvm-svn: 98226
This commit is contained in:
parent
b24134670c
commit
fe8914f6b6
@ -588,8 +588,9 @@ namespace llvm {
|
||||
}
|
||||
|
||||
private:
|
||||
static TargetAsmBackend *Allocator(const Target &T, MCAssembler &Backend) {
|
||||
return new AsmBackendImpl(T, Backend);
|
||||
static TargetAsmBackend *Allocator(const Target &T,
|
||||
const std::string &Triple) {
|
||||
return new AsmBackendImpl(T, Triple);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user