[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
Tue May 21 15:47:36 PDT 2024


================
@@ -126,6 +126,7 @@ macro(libomp_test_touch_recipe test_touch_dir)
 endmacro()
 libomp_append(libomp_test_touch_env "KMP_VERSION=1")
 add_custom_target(libomp-test-touch DEPENDS ${libomp_test_touch_targets})
+set_target_properties(libomp-test-touch PROPERTIES FOLDER "OpenMP/Tests")
----------------
shiltian wrote:

I suppose these are for Windows (and potentially Xcode on macOS), especially those "folders" don't look like anything on Linux. I'd recommend `libomo/tests`, `libomp/docs`, etc. We don't call our library "OpenMP" library.

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


More information about the llvm-branch-commits mailing list