forked from OSchip/llvm-project
parent
e3cfca7aa2
commit
546c261e7e
|
@ -394,7 +394,7 @@ public:
|
||||||
std::string ComputeEffectiveClangTriple(const ArgList &Args,
|
std::string ComputeEffectiveClangTriple(const ArgList &Args,
|
||||||
types::ID InputType) const;
|
types::ID InputType) const;
|
||||||
|
|
||||||
virtual bool isPICDefault() const { return false; };
|
virtual bool isPICDefault() const { return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class LLVM_LIBRARY_VISIBILITY Generic_ELF : public Generic_GCC {
|
class LLVM_LIBRARY_VISIBILITY Generic_ELF : public Generic_GCC {
|
||||||
|
|
Loading…
Reference in New Issue