diff options
| author | Shankar Easwaran <shankare@codeaurora.org> | 2013-02-27 04:02:30 +0000 |
|---|---|---|
| committer | Shankar Easwaran <shankare@codeaurora.org> | 2013-02-27 04:02:30 +0000 |
| commit | 2ce6b43f40a4c21683338f88d943aeac798f8404 (patch) | |
| tree | 3c58ef28164217cd11c46147715834fab59510b6 /lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp | |
| parent | bb3094aa1e833b55189e0124c36569257b831c59 (diff) | |
| download | bcm5719-llvm-2ce6b43f40a4c21683338f88d943aeac798f8404.tar.gz bcm5719-llvm-2ce6b43f40a4c21683338f88d943aeac798f8404.zip | |
fixing typo in header file
llvm-svn: 176162
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp')
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp index 00fa1214a40..a064cfbe239 100644 --- a/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp +++ b/lld/lib/ReaderWriter/ELF/Hexagon/HexagonRelocationHandler.cpp @@ -10,6 +10,7 @@ #include "HexagonTargetHandler.h" #include "HexagonTargetInfo.h" #include "HexagonRelocationHandler.h" +#include "HexagonRelocationFunctions.h" using namespace lld; |

