[Parallel_libs-commits] [PATCH] D24368: [StreamExecutor] Make SE work with an in-tree LLVM build.

Justin Lebar via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Fri Sep 9 16:26:31 PDT 2016


jlebar added a comment.

In https://reviews.llvm.org/D24368#539129, @jprice wrote:

> I've just noticed that this patch split the Utils target into a separate installed library (`libutils.a`), which breaks things building against SE using `streamexecutor-config`.
>
> Was this intentional? If it was, I guess it needs to be added to `streamexecutor-config`, but maybe also renamed to something less generic (e.g. `libstreamexecutor-utils.a`)?


Hm.  My intent was for the utils to be statically linked into the main static library.  But clearly that didn't happen.

Jason, what if we just merged everything into one big directory (for now)?


Repository:
  rL LLVM

https://reviews.llvm.org/D24368





More information about the Parallel_libs-commits mailing list