[cfe-dev] OpenMP header path?
Marcus Johnson via cfe-dev
cfe-dev at lists.llvm.org
Wed Feb 6 15:47:16 PST 2019
>
> Ok, so what you need to do is run this in your terminal: find / -iname
> "omp.h"
then check all of the results for LLVM's header copyright info, once you
find the correct OpenMP header, add that to Clang's search path with either
-i (but capitalized) or -system-header-prefix.
I'm not entirely clear on this part.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190206/5d398e0e/attachment.html>
More information about the cfe-dev
mailing list