Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc] build with -Werror #73966

Merged
merged 4 commits into from Dec 4, 2023
Merged

[libc] build with -Werror #73966

merged 4 commits into from Dec 4, 2023

Commits on Dec 1, 2023

  1. [libc] build with -Werror

    A recent commit introduced warnings observable when building unit tests. If the
    unit tests don't fail when warnings are introduced into the build, then we
    might fail to notice them in the stream of output from check-libc.
    
    Link: https://github.com/llvm/llvm-project/pull/72763/files#r1410932348
    nickdesaulniers committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ca08f81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6bac4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. s/LLVM_//

    nickdesaulniers committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    1fa2e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a224d0b View commit details
    Browse the repository at this point in the history