Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration" (#98593)

Reverts llvm/llvm-project#98075

bots are broken
This commit is contained in:
Mehdi Amini
2024-07-12 09:12:13 +02:00
committed by GitHub
parent 37d3f44a58
commit ce9035f5bd
2327 changed files with 4678 additions and 7567 deletions

View File

@@ -12,9 +12,8 @@
#include "include/llvm-libc-types/ENTRY.h"
#include "src/__support/CPP/string_view.h"
#include "src/__support/HashTable/table.h"
#include "src/__support/macros/config.h"
namespace LIBC_NAMESPACE_DECL {
namespace LIBC_NAMESPACE {
// A fuzzing payload starts with
// - uint16_t: initial capacity for table A
@@ -180,4 +179,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
return 0;
}
} // namespace LIBC_NAMESPACE_DECL
} // namespace LIBC_NAMESPACE