[LLVMdev] [lld] LLD's software architecture (update)

Andreas Wendleder andreas.wendleder at googlemail.com
Thu Jul 10 03:08:34 PDT 2014


Hi

- passes depend on Reader and Writer
>

That's an easy one. Compile tested on Windows with Cmake.

Regards,
Andreas

>From 36855377f20b0492735339f36ed7c650a4c90624 Mon Sep 17 00:00:00 2001
From: Andreas Wendleder <andreas.wendleder at gmail.com>
Date: Thu, 10 Jul 2014 10:58:32 +0100
Subject: [PATCH] Remove LayoutPass dependency on ReaderWriter.

It's not used anyway.
---
 include/lld/Passes/LayoutPass.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/lld/Passes/LayoutPass.h
b/include/lld/Passes/LayoutPass.h
index 3392480..ffb633d 100644
--- a/include/lld/Passes/LayoutPass.h
+++ b/include/lld/Passes/LayoutPass.h
@@ -12,7 +12,6 @@

 #include "lld/Core/File.h"
 #include "lld/Core/Pass.h"
-#include "lld/ReaderWriter/Reader.h"

 #include "llvm/ADT/DenseMap.h"

-- 
1.9.2.msysgit.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140710/b2a8bb5b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-LayoutPass-dependency-on-ReaderWriter.patch
Type: application/octet-stream
Size: 680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140710/b2a8bb5b/attachment.obj>


More information about the llvm-dev mailing list