Skip to content

Instantly share code, notes, and snippets.

@gnzlbg
Created December 28, 2018 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnzlbg/c1ec23b8d2ed96a156334461d79619ba to your computer and use it in GitHub Desktop.
Save gnzlbg/c1ec23b8d2ed96a156334461d79619ba to your computer and use it in GitHub Desktop.
bindgen logs
[2018-12-28T12:21:14Z DEBUG bindgen] Trying to find clang with flags: ["-D__SSE2__"]
[2018-12-28T12:21:17Z DEBUG bindgen] Found clang: Clang { path: "/usr/bin/clang", version: Some(CXVersion { Major: 10, Minor: 0, Subminor: 0 }), c_search_paths: Some(["/usr/local/include", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include", "/usr/include", "/System/Library/Frameworks", "/Library/Frameworks"]), cpp_search_paths: Some(["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1", "/usr/local/include", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include", "/usr/include", "/System/Library/Frameworks", "/Library/Frameworks"]) }
[2018-12-28T12:21:17Z DEBUG bindgen] Fixed-up options: BindgenOptions { blacklisted_types: RegexSet { items: ["__m64", "__m128", "__m128i", "__m128d", "__m256", "__m256i", "__m256d"], matched: [Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }], set: Some(RegexSet(["^__m64$", "^__m128$", "^__m128i$", "^__m128d$", "^__m256$", "^__m256i$", "^__m256d$"])), record_matches: true }, blacklisted_functions: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, blacklisted_items: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, opaque_types: RegexSet { items: ["Sleef_longdouble2", "__m64", "__m128", "__m128i", "__m128d", "__m256", "__m256i", "__m256d"], matched: [Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }, Cell { value: false }], set: Some(RegexSet(["^Sleef_longdouble2$", "^__m64$", "^__m128$", "^__m128i$", "^__m128d$", "^__m256$", "^__m256i$", "^__m256d$"])), record_matches: true }, rustfmt_path: None, whitelisted_types: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, whitelisted_functions: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, whitelisted_vars: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, default_enum_style: Consts, bitfield_enums: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, rustified_enums: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, constified_enum_modules: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, constified_enums: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, builtins: false, emit_ast: false, emit_ir: false, emit_ir_graphviz: None, enable_cxx_namespaces: false, enable_function_attribute_detection: false, disable_name_namespacing: false, layout_tests: true, impl_debug: false, impl_partialeq: false, derive_copy: true, derive_debug: true, derive_default: false, derive_hash: false, derive_partialord: false, derive_ord: false, derive_partialeq: false, derive_eq: false, use_core: true, ctypes_prefix: Some("::libc"), time_phases: false, namespaced_constants: true, msvc_mangling: false, convert_floats: true, raw_lines: [], module_lines: {}, clang_args: ["-D__SSE2__", "-isystem", "/usr/local/include", "-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.0/include", "-isystem", "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include", "-isystem", "/usr/include", "-isystem", "/System/Library/Frameworks", "-isystem", "/Library/Frameworks", "/Users/gnzlbg/projects/sideprojects/sleef-sys/target/debug/build/sleef-sys-28884d1476dd6b1c/out/include/sleef.h"], input_header: Some("/Users/gnzlbg/projects/sideprojects/sleef-sys/target/debug/build/sleef-sys-28884d1476dd6b1c/out/include/sleef.h"), input_unsaved_files: [], parse_callbacks: None, codegen_config: FUNCTIONS | TYPES | VARS | METHODS | CONSTRUCTORS | DESTRUCTORS, conservative_inline_namespaces: false, generate_comments: true, generate_inline_functions: true, whitelist_recursively: true, objc_extern_crate: false, generate_block: false, block_extern_crate: false, enable_mangling: true, prepend_enum_name: true, rust_target: Nightly, rust_features: RustFeatures { untagged_union: true, associated_const: true, builtin_clone_impls: true, repr_align: true, i128_and_u128: true, must_use_function: true, thiscall_abi: true }, record_matches: true, rustfmt_bindings: true, rustfmt_configuration_file: None, no_partialeq_types: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, no_copy_types: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true }, no_hash_types: RegexSet { items: [], matched: [], set: Some(RegexSet([])), record_matches: true } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment