summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2015-08-27 18:27:52 +0000
committerTom Stellard <thomas.stellard@amd.com>2015-08-27 18:27:52 +0000
commit39b3d71177a4032f523f0d36d48bcef0ec68b270 (patch)
treeb2e6cf9bdb58d33f20b22be111edd8a83c66316e /lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
parent2be86df4b1e6fade064193f5b7c065d9be410b9c (diff)
downloadbcm5719-llvm-39b3d71177a4032f523f0d36d48bcef0ec68b270.tar.gz
bcm5719-llvm-39b3d71177a4032f523f0d36d48bcef0ec68b270.zip
ELF/AMDGPU: Add missing: using namespace lld; to try to fix windows bot
llvm-svn: 246179
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp')
-rw-r--r--lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp b/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
index fdbc0b27399..ca5a77db917 100644
--- a/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
+++ b/lld/lib/ReaderWriter/ELF/AMDGPU/AMDGPURelocationHandler.cpp
@@ -9,6 +9,7 @@
#include "AMDGPURelocationHandler.h"
+using namespace lld;
using namespace lld::elf;
std::error_code AMDGPUTargetRelocationHandler::applyRelocation(
OpenPOWER on IntegriCloud