We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e2526 commit 597287bCopy full SHA for 597287b
libc/fuzzing/__support/CMakeLists.txt
@@ -35,8 +35,9 @@ if(LLVM_LIBC_FULL_BUILD)
35
)
36
# TODO(#119995): Remove this once sccache on Windows no longer requires
37
# the use of -DCMAKE_MSVC_DEBUG_INFORMATION_FORMAT=Embedded.
38
+ get_fq_target_name(freelist_heap_fuzz freelist_heap_fuzz_target_name)
39
set_target_properties(
- freelist_heap_fuzz
40
+ ${freelist_heap_fuzz_target_name}
41
PROPERTIES
42
MSVC_DEBUG_INFORMATION_FORMAT ""
43
0 commit comments