[Openmp-commits] [PATCH] D108790: [OpenMP][host runtime] Add support for GOMP depobj
Andrey Churbanov via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Sep 6 04:25:35 PDT 2021
AndreyChurbanov accepted this revision.
AndreyChurbanov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: openmp/runtime/test/lit.cfg:49
+config.test_flags = " -I " + config.omp_header_directory + flags + \
+ " -L " + config.library_dir + \
+ " " + config.test_extra_flags
----------------
Just a nit: this `-L` and following extra flags are duplicated here, as they are already present in `flags`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108790/new/
https://reviews.llvm.org/D108790
More information about the Openmp-commits
mailing list