tianshilei1992 added a comment.
Looks good on the OpenMP side as we don’t generally have a good API doc anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149641/new/
https://reviews.llvm.org/D149641
tianshilei1992 added a comment.
Can you verify if projects enabled by `LLVM_ENABLE_RUNTIMES` (not
`LLVM_ENABLE_PROJECTS`) will still be installed properly, aka in LLVM's lib
directory?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137337/new/
https://reviews.llvm.org/D137337
tianshilei1992 added a comment.
Changes to `openmp` look good to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137338/new/
https://reviews.llvm.org/D137338
___
lldb-commits mailing list
lldb-commits@
tianshilei1992 added a comment.
Is it a good idea to define variables starting with `CMAKE`? That might be
confusing for later maintenance by other developers because chances are that
they will think those variables are CMake provided variables, try to look up
into CMake document to see what th