Skip to content

Commit

Permalink
Revert "[libc] temporarily set -Wno-shorten-64-to-32 (llvm#77396)"
Browse files Browse the repository at this point in the history
This reverts commit 70cea91.

The correct fix was
commit f1f1875 ("[libc][cmake] reset COMPILE_DEFINITIONS (llvm#77810)")

Link: llvm#77395
  • Loading branch information
nickdesaulniers committed Jan 16, 2024
1 parent a4ec04e commit 5c52128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libc/src/sys/mman/linux/CMakeLists.txt
Expand Up @@ -22,9 +22,6 @@ add_entrypoint_object(
libc.include.sys_syscall
libc.src.__support.OSUtil.osutil
libc.src.errno.errno
COMPILE_OPTIONS
# TODO: https://github.com/llvm/llvm-project/issues/77395
-Wno-shorten-64-to-32
)

add_entrypoint_object(
Expand Down

0 comments on commit 5c52128

Please sign in to comment.