File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ configure_file("source/source1.s" "source/source1.s" COPYONLY)
80
80
configure_file ("source/shared.cl" "source/shared.cl" COPYONLY )
81
81
configure_file ("source/source1.hip" "source/source1.hip" COPYONLY )
82
82
configure_file ("source/source2.hip" "source/source2.hip" COPYONLY )
83
- configure_file ("source/name-expression.hip" "source/name-expression .hip" COPYONLY )
83
+ configure_file ("source/name-expression.hip" "source/name_expression .hip" COPYONLY )
84
84
configure_file ("source/rocm56slice.b" "source/rocm56slice.b" COPYONLY )
85
85
configure_file ("source/rocm57slice.b" "source/rocm57slice.b" COPYONLY )
86
86
@@ -175,11 +175,7 @@ add_comgr_test(symbolize_test c)
175
175
add_comgr_test (mangled_names_test c )
176
176
add_comgr_test (multithread_test cpp )
177
177
add_comgr_test (name_expression_map_test c )
178
- <<<<<<< HEAD
179
- =======
180
- add_comgr_test (nested_kernel_test c )
181
178
add_comgr_test (map_elf_virtual_address_test c )
182
- >>>>>>> a999d61d45eb ([Comgr] New API to map ELF virtual address to code object offsets )
183
179
184
180
# Test : Compile HIP tests only if HIP-Clang is installed.
185
181
if (DEFINED HIP_COMPILER AND "${HIP_COMPILER} " STREQUAL "clang" )
You can’t perform that action at this time.
0 commit comments