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

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Fri Sep 9 16:27:01 PDT 2016


jhen 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`)?


Thanks for catching that! We could fix it in the make files, but instead I'll just put up a patch to get rid of `Utils` entirely. The error stuff should just be with the other stuff, and I blame myself for not fixing it up until now.


Repository:
  rL LLVM

https://reviews.llvm.org/D24368





More information about the Parallel_libs-commits mailing list