forked from OSchip/llvm-project
parent
3f532c5c38
commit
16b0cc39bf
|
@ -37,10 +37,6 @@ namespace sys {
|
|||
|
||||
static const bool IsLittleEndianHost = !IsBigEndianHost;
|
||||
|
||||
inline bool isBigEndianHost() {
|
||||
return IsBigEndianHost;
|
||||
}
|
||||
|
||||
/// getDefaultTargetTriple() - Return the default target triple the compiler
|
||||
/// has been configured to produce code for.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue