[PATCH] D94369: [LLVM] Added OpenMP to `LLVM_ALL_RUNTIMES`

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 10 13:46:12 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG894d2dbf5020: [LLVM] Added OpenMP to `LLVM_ALL_RUNTIMES` (authored by tianshilei1992).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94369/new/

https://reviews.llvm.org/D94369

Files:
  llvm/runtimes/CMakeLists.txt


Index: llvm/runtimes/CMakeLists.txt
===================================================================
--- llvm/runtimes/CMakeLists.txt
+++ llvm/runtimes/CMakeLists.txt
@@ -20,7 +20,7 @@
 endforeach()
 
 # Side-by-side subprojects layout.
-set(LLVM_ALL_RUNTIMES "libcxx;libcxxabi;libunwind;compiler-rt")
+set(LLVM_ALL_RUNTIMES "libcxx;libcxxabi;libunwind;compiler-rt;openmp")
 set(LLVM_ENABLE_RUNTIMES "" CACHE STRING
   "Semicolon-separated list of runtimes to build (${LLVM_ALL_RUNTIMES}), or \"all\".")
 if(LLVM_ENABLE_RUNTIMES STREQUAL "all" )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94369.315677.patch
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210110/876aeb98/attachment.bin>


More information about the llvm-commits mailing list