[PATCH] [libcxx] Add support for building and testing with an ABI library not along linker paths

Dan Albert danalbert at google.com
Fri Oct 17 18:10:39 PDT 2014


================
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






More information about the cfe-commits mailing list