Deleted copy assignment; TargetMachine is not copyable.
Synopsis
Declared in <llvm/Target/TargetMachine.h>
void
operator=(TargetMachine const& Other) = delete;
Parameters
Name |
Description |
Other |
Unused; copy assignment is deleted. |
Created with MrDocs