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 8687f22949a29..b2411395dc0fb 100644 --- a/lib/ObjectYAML/WasmYAML.cpp +++ b/lib/ObjectYAML/WasmYAML.cpp @@ -439,7 +439,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/BinaryFormat/WasmRelocs/WebAssembly.def" +#include "llvm/BinaryFormat/WasmRelocs.def"  #undef WASM_RELOC  } | 
