================
Comment at: test/lit.cfg:380
@@ +379,3 @@
+ self.link_flags += ['-L' + self.obj_root + '/lib']
+ self.link_flags += ('-L' + l for l in lpaths)
+ # Configure libraries
----------------
danalbert wrote:
> I don't think you meant to make this one a tuple.
Oh, generator, not a tuple. In that case, I don't think you can directly
concatenate a generator to a list. Use a list comprehension.
http://reviews.llvm.org/D5038
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits