Skip to content

Under ubuntu 24.04, when multiple version of clang/llvm installed, the rust-bindgen won't working #3316

@lygstate

Description

@lygstate

https://gitlab.freedesktop.org/mesa/mesa/-/issues/11869

For example, both clang-19 llvm-19 and clang-20 llvm-20 are installed, then the following header
can not generated rust bind

#include <stdatomic.h>

struct nouveau_ws_bo {
   atomic_uint_fast32_t refcnt;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions