Hi, I'm having a problem building TOT. llvm-config --libs all-targets doesn't include hexagon so I get a link error. I'm trying to figure out what magic causes the all-targets list to get defined. No luck so far. Any thoughts? -Rich
On 12/23/2011 08:16 AM, Richard Pennington wrote:> Hi, > > I'm having a problem building TOT. > llvm-config --libs all-targets > doesn't include hexagon so I get a link error. > > I'm trying to figure out what magic causes the all-targets list to get defined. > No luck so far. Any thoughts?I've been running "rm Makefile.llvmbuild" and letting it be rebuilt to fix this. Nick
On Friday, December 23, 2011 10:30:22 AM Nick Lewycky wrote:> On 12/23/2011 08:16 AM, Richard Pennington wrote: > > Hi, > > > > I'm having a problem building TOT. > > > > llvm-config --libs all-targets > > > > doesn't include hexagon so I get a link error. > > > > I'm trying to figure out what magic causes the all-targets list to get > > defined. No luck so far. Any thoughts? > > I've been running "rm Makefile.llvmbuild" and letting it be rebuilt to > fix this. > > NickThanks Nick, it worked. -Rich