summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
diff options
context:
space:
mode:
authorShankar Easwaran <shankare@codeaurora.org>2013-08-21 22:57:10 +0000
committerShankar Easwaran <shankare@codeaurora.org>2013-08-21 22:57:10 +0000
commite44104b001aab770b17bbbb00f5c676d1fe830e3 (patch)
treea2c302c2f79f107ad9b54852512cdd5afb41e303 /lld/unittests/DriverTests/DarwinLdDriverTest.cpp
parent0dc00645a26a85faf1b7cc93b9d5bae72f7ffcce (diff)
downloadbcm5719-llvm-e44104b001aab770b17bbbb00f5c676d1fe830e3.tar.gz
bcm5719-llvm-e44104b001aab770b17bbbb00f5c676d1fe830e3.zip
add InputGraph functionality
llvm-svn: 188958
Diffstat (limited to 'lld/unittests/DriverTests/DarwinLdDriverTest.cpp')
-rw-r--r--lld/unittests/DriverTests/DarwinLdDriverTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
index de1b306b25d..2fb4df3612f 100644
--- a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
+++ b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
@@ -15,7 +15,7 @@
#include "DriverTest.h"
#include "lld/ReaderWriter/MachOLinkingContext.h"
-#include "../../lib/ReaderWriter/MachO/MachOFormat.hpp"
+#include "lld/ReaderWriter/MachOFormat.hpp"
using namespace llvm;
using namespace lld;
OpenPOWER on IntegriCloud