forked from OSchip/llvm-project
parent
3446ee03e2
commit
3ab4db67f7
|
@ -101,8 +101,9 @@ public:
|
||||||
/// Searches directories then calls appendInputFile()
|
/// Searches directories then calls appendInputFile()
|
||||||
bool appendLibrary(StringRef libName);
|
bool appendLibrary(StringRef libName);
|
||||||
|
|
||||||
|
private:
|
||||||
|
ELFTargetInfo() LLVM_DELETED_FUNCTION;
|
||||||
protected:
|
protected:
|
||||||
ELFTargetInfo() = delete;
|
|
||||||
ELFTargetInfo(llvm::Triple);
|
ELFTargetInfo(llvm::Triple);
|
||||||
|
|
||||||
virtual Writer &writer() const;
|
virtual Writer &writer() const;
|
||||||
|
|
Loading…
Reference in New Issue