File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
include/llvm/BinaryFormat Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
#include " llvm/ADT/SmallSet.h"
21
21
#include " llvm/ADT/StringMap.h"
22
- #include " llvm/Object /WasmTraits.h"
22
+ #include " llvm/BinaryFormat /WasmTraits.h"
23
23
24
24
#define DEBUG_TYPE " lld"
25
25
Original file line number Diff line number Diff line change 26
26
#include " llvm/ADT/SmallVector.h"
27
27
#include " llvm/ADT/StringMap.h"
28
28
#include " llvm/BinaryFormat/Wasm.h"
29
- #include " llvm/Object /WasmTraits.h"
29
+ #include " llvm/BinaryFormat /WasmTraits.h"
30
30
#include " llvm/Support/FileOutputBuffer.h"
31
31
#include " llvm/Support/Format.h"
32
32
#include " llvm/Support/FormatVariadic.h"
Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- #ifndef LLVM_OBJECT_WASMTRAITS_H
14
- #define LLVM_OBJECT_WASMTRAITS_H
13
+ #ifndef LLVM_BINARYFORMAT_WASMTRAITS_H
14
+ #define LLVM_BINARYFORMAT_WASMTRAITS_H
15
15
16
16
#include " llvm/ADT/Hashing.h"
17
17
#include " llvm/BinaryFormat/Wasm.h"
@@ -65,4 +65,4 @@ template <> struct DenseMapInfo<wasm::WasmGlobalType> {
65
65
66
66
} // end namespace llvm
67
67
68
- #endif // LLVM_OBJECT_WASMTRAITS_H
68
+ #endif // LLVM_BINARYFORMAT_WASMTRAITS_H
Original file line number Diff line number Diff line change 13
13
#include " llvm/ADT/STLExtras.h"
14
14
#include " llvm/ADT/SmallPtrSet.h"
15
15
#include " llvm/BinaryFormat/Wasm.h"
16
+ #include " llvm/BinaryFormat/WasmTraits.h"
16
17
#include " llvm/Config/llvm-config.h"
17
18
#include " llvm/MC/MCAsmBackend.h"
18
19
#include " llvm/MC/MCAsmLayout.h"
25
26
#include " llvm/MC/MCSymbolWasm.h"
26
27
#include " llvm/MC/MCValue.h"
27
28
#include " llvm/MC/MCWasmObjectWriter.h"
28
- #include " llvm/Object/WasmTraits.h"
29
29
#include " llvm/Support/Casting.h"
30
30
#include " llvm/Support/Debug.h"
31
31
#include " llvm/Support/EndianStream.h"
You can’t perform that action at this time.
0 commit comments