8000 llvm::Optional not found · Issue #49 · hdoc/hdoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
llvm::Optional not found #49
Open
Open
@jhidding

Description

@jhidding

Building on LLVM 16 on Fedora 38, the compiler complains about the use of llvm::Optional and llvm::None in src/frontend/Frontend.cpp. I was able to fix it by replacing those with std::optional and std::nullopt and adding #include <optional> at the top.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0