[PATCH] D59609: [clang][OpenMP] Fix build when using libgomp
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 20 13:36:44 PDT 2019
lebedev.ri added a reviewer: ABataev.
lebedev.ri added a comment.
Interesting.
What happens if libomp is not being built?
What happens if libomp is not present?
Or more generally, why does it even matter whether there is runtime or not, this only does paring+sema, no codegen/execution.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59609/new/
https://reviews.llvm.org/D59609
More information about the cfe-commits
mailing list