[Parallel_libs-commits] [PATCH] D24580: [SE] Let users specify CUDA path
James Price via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Thu Sep 15 03:32:32 PDT 2016
jprice added a comment.
In https://reviews.llvm.org/D24580#543354, @jhen wrote:
> What do you think of the idea of doing a check in Python to see if the library base name is `*.framework` and then emitting the flag `-lframework *` instead of the raw path, if so? It's hacky, but it seems like it might work pretty much all the time.
Sounds good to me. It sounds hacky, but I've just looked at the CMake source code for this and that's almost exactly what they do :-)
https://reviews.llvm.org/D24580
More information about the Parallel_libs-commits
mailing list