[llvm-branch-commits] [llvm] [openmp] [openmp] Revise IDE folder structure (PR #89750)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu May 23 03:21:25 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")
----------------
Meinersbur wrote:
For LLVM/Clang/MLIR the folder is already named ["Tablegenning"](https://github.com/llvm/llvm-project/blob/31f1590e4fb324c43dc36199587c453e27b6f6fa/llvm/cmake/modules/TableGen.cmake#L170) since forever. Since tablegen is not involved here, I found "Codegenning" more appropriate.
https://github.com/llvm/llvm-project/pull/89750
More information about the llvm-branch-commits
mailing list