[libc][NFC] Remove headergen for the cacheline size macro.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 24 Feb 2021 08:05:53 +0000 (00:05 -0800)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 24 Feb 2021 15:29:09 +0000 (07:29 -0800)
commit5f0800cc187a006e0424b9fd66985b39525d4478
treea35af9268eda7e72b78a19e90e84c1489bac56b3
parentb90fdb7c117fab83a8a2d1c95ed468c47e480f89
[libc][NFC] Remove headergen for the cacheline size macro.

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.

Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D97363
libc/src/string/memory_utils/CMakeLists.txt
libc/src/string/memory_utils/cacheline_size.h.def [deleted file]
libc/src/string/memory_utils/cacheline_size_aarch64.h.inc [deleted file]
libc/src/string/memory_utils/cacheline_size_arm.h.inc [deleted file]
libc/src/string/memory_utils/cacheline_size_ppc64.h.inc [deleted file]
libc/src/string/memory_utils/cacheline_size_x86.h.inc [deleted file]
libc/src/string/memory_utils/cacheline_size_x86_64.h.inc [deleted file]
libc/src/string/memory_utils/utils.h