[llvm] [offload] Standalone build fixes (PR #118173)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 1 07:32:03 PST 2024


=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>,
=?utf-8?q?Micha=C5=82_G=C3=B3rny?= <mgorny at gentoo.org>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/118173 at github.com>


================
@@ -286,6 +290,26 @@ if(OPENMP_STANDALONE_BUILD)
       ${LLVM_LIBRARY_DIRS}
     REQUIRED
   )
+
+  find_path (
+    LIBOMP_INCLUDE_DIR
----------------
shiltian wrote:

The fact that `offload` is still depending on `libomp` is a disaster…

https://github.com/llvm/llvm-project/pull/118173


More information about the llvm-commits mailing list