[OpenMP][Tools][NFC] Pass intel license ENV to lit
[OpenMP][Tests][NFC] rename macro to avoid naming clashRename a macro use missed in e0f3acc5d34aa
[OpenMP][Tests][NFC] rename macro to avoid naming clashRename a macro and macro use missed in 35ab6d6390ecd
[OpenMP][Tools][Tests] Fix ompt multiplex testWith 6213ed0 the master callback was renamed to masked.The multiplex tests must check for masked now.
[OpenMP][Tests] Fix/Mark compatibilty for GCCReviewed by: Hahnfeld, saiislamDifferential Revision: https://reviews.llvm.org/D82267
[openmp] Use config.test_extra_flags in archer and multiplex testsSummary:`config.test_extra_flags` is passed in from `lit.site.cfg.in` files, but they're not used in the LIT configs. This variabl
[openmp] Use config.test_extra_flags in archer and multiplex testsSummary:`config.test_extra_flags` is passed in from `lit.site.cfg.in` files, but they're not used in the LIT configs. This variable can be useful for distros which don't have the standard c/c++ headers in the default search paths. Since the tests run clang on c/c++ source code, we rely on `test_extra_flags` to pass in the necessary header files.This is a similar setup that's also done in litomptarget https://github.com/llvm/llvm-project/blob/master/openmp/libomptarget/test/lit.cfg#L42 and openmp/runtime.Reviewers: jdoerfert, jdenny, protze.joachimReviewed By: jdoerfertSubscribers: yaxunl, guansong, sstefan1, openmp-commitsTags: #openmpDifferential Revision: https://reviews.llvm.org/D82516
show more ...
[OpenMP][Tool] Header-only multiplexing of OMPT toolsReviewed By: jdoerfertDifferential Revision: https://reviews.llvm.org/D76012