Folks- Are there known issues with "include" patterns of the kind shown below ? This compiles with llvm-3.2 but fails to compile with llvm-3.3/3.4. Uses = [include "PARAMREG.td", include "RETREG.td"], Defs = [include "RETREG.td"] in { ... } -Dibyendu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140528/ac736276/attachment.html>
On Wed, May 28, 2014 at 12:22:18PM +0000, Das, Dibyendu wrote:> Folks- > > Are there known issues with "include" patterns of the kind shown below ? This compiles with llvm-3.2 but fails to compile with llvm-3.3/3.4. > > Uses = [include "PARAMREG.td", include "RETREG.td"], Defs = [include "RETREG.td"] > in { > ... > }Hi Dibyendu, Have you tried this on trunk? Also, what are you trying to accomplish here? There may be another way to do it. -Tom