Home
last modified time | relevance | path

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

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DModule.cpp42 const bool is_windows_coff = target.os == Target::Windows; in get_output_info() local
52 {Output::object, {"object", is_windows_coff ? ".obj" : ".o", IsMulti}}, in get_output_info()
57 {Output::static_library, {"static_library", is_windows_coff ? ".lib" : ".a", IsSingle}}, in get_output_info()