mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 23:00:15 +00:00
ELF/AMDGPU: Add missing: using namespace lld; to try to fix windows bot
llvm-svn: 246179
This commit is contained in:
parent
2be86df4b1
commit
39b3d71177
@ -9,6 +9,7 @@
|
||||
|
||||
#include "AMDGPURelocationHandler.h"
|
||||
|
||||
using namespace lld;
|
||||
using namespace lld::elf;
|
||||
|
||||
std::error_code AMDGPUTargetRelocationHandler::applyRelocation(
|
||||
|
Loading…
Reference in New Issue
Block a user