[LLVMdev] llvm 3.3/3.4 build error for .td pattern
Tom Stellard
tom at stellard.net
Mon Jun 9 07:28:12 PDT 2014
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
More information about the llvm-dev
mailing list