Skip to content

Commit 597287b

Browse files
committed
Use fq target name for the fuzzer
1 parent 45e2526 commit 597287b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/fuzzing/__support/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ if(LLVM_LIBC_FULL_BUILD)
3535
)
3636
# TODO(#119995): Remove this once sccache on Windows no longer requires
3737
# the use of -DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded.
38+
get_fq_target_name(freelist_heap_fuzz freelist_heap_fuzz_target_name)
3839
set_target_properties(
39-
freelist_heap_fuzz
40+
${freelist_heap_fuzz_target_name}
4041
PROPERTIES
4142
MSVC_DEBUG_INFORMATION_FORMAT ""
4243
)

0 commit comments

Comments
 (0)