[Parallel_libs-commits] [PATCH] D24368: [StreamExecutor] Make SE work with an in-tree LLVM build.
James Price via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Fri Sep 9 16:06:04 PDT 2016
jprice added a comment.
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`)?
Repository:
rL LLVM
https://reviews.llvm.org/D24368
More information about the Parallel_libs-commits
mailing list