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] remove extra -Werror #78761

Merged
merged 1 commit into from Jan 19, 2024
Merged

Conversation

nickdesaulniers
Copy link
Member

-Werror is now a global default as of
commit c52b467 ("Reapply "[libc] build with -Werror (#73966)" (#74506)")

-Werror is now a global default as of
commit c52b467 ("Reapply "[libc] build with -Werror (llvm#73966)" (llvm#74506)")
@llvmbot llvmbot added the libc label Jan 19, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 19, 2024

@llvm/pr-subscribers-libc

Author: Nick Desaulniers (nickdesaulniers)

Changes

-Werror is now a global default as of
commit c52b467 ("Reapply "[libc] build with -Werror (#73966)" (#74506)")


Full diff: https://github.com/llvm/llvm-project/pull/78761.diff

1 Files Affected:

  • (modified) libc/src/signal/linux/CMakeLists.txt (-1)
diff --git a/libc/src/signal/linux/CMakeLists.txt b/libc/src/signal/linux/CMakeLists.txt
index d0cb0a79312b841..77a2453b25a0ac6 100644
--- a/libc/src/signal/linux/CMakeLists.txt
+++ b/libc/src/signal/linux/CMakeLists.txt
@@ -41,7 +41,6 @@ add_object_library(
     -fomit-frame-pointer
     -O3
     -Wframe-larger-than=0
-    -Werror
     -Wno-attributes
     # asan creates asan.module_ctor which uses stack space, causing warnings.
     -fno-sanitize=address

@nickdesaulniers nickdesaulniers merged commit 2c0d206 into llvm:main Jan 19, 2024
5 checks passed
@nickdesaulniers nickdesaulniers deleted the extraWerror branch January 19, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants