forked from OSchip/llvm-project
Rename compiler-rt/lib/orc/endian.h to endianness.h to avoid conflict with system headers
This commit is contained in:
parent
a0ac514676
commit
cb09f2b10c
|
@ -16,7 +16,7 @@ set(ORC_IMPL_HEADERS
|
|||
c_api.h
|
||||
common.h
|
||||
compiler.h
|
||||
endian.h
|
||||
endianness.h
|
||||
error.h
|
||||
extensible_rtti.h
|
||||
stl_extras.h
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "endian.h"
|
||||
#include "endianness.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace __orc_rt;
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "adt.h"
|
||||
#include "c_api.h"
|
||||
#include "common.h"
|
||||
#include "endian.h"
|
||||
#include "endianness.h"
|
||||
#include "error.h"
|
||||
#include "stl_extras.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue