diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-01-10 01:13:34 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-01-10 01:13:34 +0000 |
| commit | 5fa274bea4bac8f8e17908b4cf3114f9ea25a673 (patch) | |
| tree | 09ea093bab0d44aa6324fc763d196c029f00599f /lld/wasm/OutputSegment.h | |
| parent | 050b4b05a00a14f3dd8b26ab36dfb4af3c00bd37 (diff) | |
| download | bcm5719-llvm-5fa274bea4bac8f8e17908b4cf3114f9ea25a673.tar.gz bcm5719-llvm-5fa274bea4bac8f8e17908b4cf3114f9ea25a673.zip | |
[WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC.
Differential Revision: https://reviews.llvm.org/D41419
llvm-svn: 322148
Diffstat (limited to 'lld/wasm/OutputSegment.h')
| -rw-r--r-- | lld/wasm/OutputSegment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/wasm/OutputSegment.h b/lld/wasm/OutputSegment.h index a22c8023442..9825ce8e697 100644 --- a/lld/wasm/OutputSegment.h +++ b/lld/wasm/OutputSegment.h @@ -10,7 +10,7 @@ #ifndef LLD_WASM_OUTPUT_SEGMENT_H #define LLD_WASM_OUTPUT_SEGMENT_H -#include "InputSegment.h" +#include "InputChunks.h" #include "lld/Common/ErrorHandler.h" #include "llvm/Object/Wasm.h" |

