[libc-commits] [PATCH] D97363: [libc][NFC] Remove headergen for the cacheline size macro.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Feb 24 00:13:51 PST 2021
sivachandra created this revision.
sivachandra added a reviewer: gchatelet.
Herald added subscribers: libc-commits, ecnelises, tschuett, kbarton, mgorny, nemanjai.
Herald added a project: libc-project.
sivachandra requested review of this revision.
We want to be able to build and test the string functions in contexts
like that of Fuchsia where LLVM pieces like tablegen are not available.
Since header generation uses tablegen, we are removing the dependency on
headergen here.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97363
Files:
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/cacheline_size.h.def
libc/src/string/memory_utils/cacheline_size_aarch64.h.inc
libc/src/string/memory_utils/cacheline_size_arm.h.inc
libc/src/string/memory_utils/cacheline_size_ppc64.h.inc
libc/src/string/memory_utils/cacheline_size_x86.h.inc
libc/src/string/memory_utils/cacheline_size_x86_64.h.inc
libc/src/string/memory_utils/utils.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97363.326001.patch
Type: text/x-patch
Size: 4921 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210224/0b49ae5a/attachment-0001.bin>
More information about the libc-commits
mailing list