mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
Revert 81248 for now.
Program objects have ownership semantics on Windows. llvm-svn: 81329
This commit is contained in:
parent
13ec8a3393
commit
467895d1f7
@ -32,6 +32,10 @@ namespace sys {
|
||||
/// Opaque handle for target specific data.
|
||||
void *Data_;
|
||||
|
||||
// Noncopyable.
|
||||
Program(const Program& other);
|
||||
Program& operator=(const Program& other);
|
||||
|
||||
/// @name Methods
|
||||
/// @{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user