<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">On 08/13/2015 08:53 PM, Chandler
Carruth via llvm-dev wrote:<br>
</div>
<blockquote
cite="mid:CAGCO0KiMNRGivBhnF8nzmYniadfBbnROAJ82iZwT8Zuk54a_Lw@mail.gmail.com"
type="cite">
<div dir="ltr">Currently these leave in lib/Transforms/ObjCARC
even though they are analysis passes. This seems confusing and
odd. In particular, Analysis/Passes.h talks about
ObjCARCAliasAnalysis. =/
<div><br>
</div>
<div>I'd like to just move the analysis headers to live under
include/llvm/Analysis and the source under lib/Analysis. This
will preclude omitting the ObjC ARC analysis passes from your
build of LLVM if you don't care about them, but considering
the number of dead-by-default passes in LLVM, this really
doesn't seem like a significant concern. It also separates the
language-specific bits a bit, but I'd rather have things
correctly grouped by analysis and transform.</div>
</div>
</blockquote>
+1<br>
<blockquote
cite="mid:CAGCO0KiMNRGivBhnF8nzmYniadfBbnROAJ82iZwT8Zuk54a_Lw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
<div>If folks are seriously concerned about this, I could
alternatively create an ObjCARC directory under Analysis, but
that really seems like overkill. I think the name prefix is
probably enough to distinguish things.</div>
</div>
</blockquote>
I would mildly prefer a sub-directory if there was more than (say)
3-4 files. Not a strong preference. <br>
<blockquote
cite="mid:CAGCO0KiMNRGivBhnF8nzmYniadfBbnROAJ82iZwT8Zuk54a_Lw@mail.gmail.com"
type="cite">
<div dir="ltr">
<div><br>
</div>
<div>Thoughts?</div>
<div>-Chandler</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a> <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a>
</pre>
</blockquote>
<br>
</body>
</html>