[libc-commits] [PATCH] D139712: [libc] Add compiler, builtin and feature detection

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Dec 9 06:31:29 PST 2022


gchatelet created this revision.
gchatelet added a reviewer: sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

This is a first step to support GCC. This patch adds support for builtin and feature detection.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139712

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/CPP/bit.h
  libc/src/__support/builtin_wrappers.h
  libc/src/__support/compilers.h
  libc/src/__support/sanitizer.h
  libc/src/string/memory_utils/utils.h
  libc/test/src/string/memory_utils/memory_check_utils.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139712.481624.patch
Type: text/x-patch
Size: 8431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221209/0c1c0a47/attachment-0001.bin>


More information about the libc-commits mailing list