[Openmp-commits] [llvm] [openmp] [OpenMP][Offload] Support standalone build (PR #88957)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Wed Apr 17 06:17:02 PDT 2024
================
@@ -18,6 +18,7 @@ include(CheckIncludeFiles)
include(CheckSymbolExists)
include(LibompCheckFortranFlag)
include(LLVMCheckCompilerLinkerFlag)
+include(OffloadOpenmpCommon)
----------------
jhuber6 wrote:
I still don't think this is necessary. Just check the version script independently in `offload/` and make OMPT support opt-in.
https://github.com/llvm/llvm-project/pull/88957
More information about the Openmp-commits
mailing list