Fix MSVC build.

llvm-svn: 178781
This commit is contained in:
Michael J. Spencer 2013-04-04 19:45:34 +00:00
parent 3446ee03e2
commit 3ab4db67f7
1 changed files with 2 additions and 1 deletions

View File

@ -101,8 +101,9 @@ public:
/// Searches directories then calls appendInputFile()
bool appendLibrary(StringRef libName);
private:
ELFTargetInfo() LLVM_DELETED_FUNCTION;
protected:
ELFTargetInfo() = delete;
ELFTargetInfo(llvm::Triple);
virtual Writer &writer() const;