[llvm-branch-commits] [llvm] [openmp] [openmp] Revise IDE folder structure (PR #89750)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 22 06:06:18 PDT 2024


================
@@ -292,6 +294,7 @@ if(WIN32)
   set(LIBOMP_IMP_LIB_TARGET omp)
   set(LIBOMP_GENERATED_DEF_FILE ${LIBOMP_LIB_NAME}.def)
   add_custom_target(libomp-needed-def-file DEPENDS ${LIBOMP_GENERATED_DEF_FILE})
+  set_target_properties(libomp-needed-def-file PROPERTIES FOLDER "OpenMP/Codegenning")
----------------
shiltian wrote:

`Codegenning` is really weird. I don't see this word anywhere else in LLVM project. Probably just `OpenMP/CodeGen`.

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


More information about the llvm-branch-commits mailing list