[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
================
@@ -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:
My point is, when it comes to directory (except the top level folder), we don't call it "OpenMP". I don't have a strong objection, but just find `libomp` more conventional. I'll leave it up to you.
https://github.com/llvm/llvm-project/pull/89750
More information about the llvm-branch-commits
mailing list