[PATCH] D11267: LLD: Add AMDGPU ELF ReaderWriter
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 22:55:07 PDT 2015
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM, but please wait for Simon's LGTM.
================
Comment at: lib/ReaderWriter/ELF/AMDGPU/AMDGPUTargetHandler.cpp:40
@@ +39,3 @@
+
+using namespace llvm::ELF;
+
----------------
Remove this "using".
http://reviews.llvm.org/D11267
More information about the llvm-commits
mailing list