File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
unittests/Analysis/InlineOrderPlugin Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ function(runtime_register_target name)
395
395
EXTRA_TARGETS ${${name}_extra_targets}
396
396
${${name}_test_targets}
397
397
USE_TOOLCHAIN
398
- FOLDER "${name} "
398
+ FOLDER "Runtimes "
399
399
${EXTRA_ARGS} ${ARG_EXTRA_ARGS} )
400
400
401
401
add_dependencies (runtimes runtimes-${name} )
Original file line number Diff line number Diff line change @@ -18,5 +18,4 @@ if (NOT WIN32 AND NOT CYGWIN)
18
18
# it is built before the plugin.
19
19
add_dependencies (InlineOrderPlugin intrinsics_gen )
20
20
add_dependencies (AnalysisTests InlineOrderPlugin )
21
- set_property (TARGET InlineOrderPlugin PROPERTY FOLDER "Tests/Unittests/AnalysisTests" )
22
21
endif ()
Original file line number Diff line number Diff line change @@ -7,5 +7,3 @@ add_lit_testsuite(check-mlgo-utils "Running mlgo-utils tests"
7
7
${CMAKE_CURRENT_BINARY_DIR}
8
8
DEPENDS "FileCheck" "not" "count" "split-file" "yaml2obj" "llvm-objcopy"
9
9
)
10
-
11
- set_target_properties (check-mlgo-utils PROPERTIES FOLDER "LLVM/Tests" )
You can’t perform that action at this time.
0 commit comments