[PATCH] D99402: [AMDGPU][OpenMP] Add <install-prefix>/include to the search path
Pushpinder Singh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 29 04:14:48 PDT 2021
pdhaliwal added a comment.
The general problem seems bit more involved. I am not that familiar with how other architectures/systems handle the library/include path. Simplest solution that I can propose right now is to generalise my revision to other architectures for header lookup and similarly for library lookup in case of openmp. If there is better solution available please let me know I will be happy to implement it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99402/new/
https://reviews.llvm.org/D99402
More information about the cfe-commits
mailing list