diff options
Diffstat (limited to 'lib/ObjectYAML/WasmYAML.cpp')
| -rw-r--r-- | lib/ObjectYAML/WasmYAML.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ObjectYAML/WasmYAML.cpp b/lib/ObjectYAML/WasmYAML.cpp index 910d32f16af9..353d027f4e11 100644 --- a/lib/ObjectYAML/WasmYAML.cpp +++ b/lib/ObjectYAML/WasmYAML.cpp @@ -366,7 +366,7 @@ void ScalarEnumerationTraits<WasmYAML::TableType>::enumeration(  void ScalarEnumerationTraits<WasmYAML::RelocType>::enumeration(      IO &IO, WasmYAML::RelocType &Type) {  #define WASM_RELOC(name, value) IO.enumCase(Type, #name, wasm::name); -#include "llvm/Support/WasmRelocs/WebAssembly.def" +#include "llvm/BinaryFormat/WasmRelocs/WebAssembly.def"  #undef WASM_RELOC  }  | 
