Home
last modified time | relevance | path

Searched refs:build_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/lib/WindowsManifest/
H A DCMakeLists.txt26 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)
27 get_property(libxml2_library TARGET LibXml2::LibXml2 PROPERTY LOCATION_${build_type})
/llvm-project/third-party/benchmark/src/
H A Djson_reporter.cc174 const char build_type[] = "release"; in ReportContext() local
176 const char build_type[] = "debug"; in ReportContext() local
178 out << indent << FormatKV("library_build_type", build_type); in ReportContext()
/llvm-project/llvm/lib/Support/
H A DCMakeLists.txt321 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)
322 get_property(zlib_library TARGET ZLIB::ZLIB PROPERTY LOCATION_${build_type})
334 string(TOUPPER ${CMAKE_BUILD_TYPE} build_type)
335 get_property(zstd_library TARGET ${zstd_target} PROPERTY LOCATION_${build_type})
/llvm-project/openmp/runtime/
H A DCMakeLists.txt227 # Set some flags based on build_type
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md103 "build_type": "debug"