diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2023-07-07 23:55:47 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2023-07-21 10:00:02 +0100 |
commit | 974f140d79a621785b1fe4a0fc7fe321ba1089e2 (patch) | |
tree | 8a525ba4336a7606a448c9d2f2ea4883ff3baa47 /lib/Core/MemoryManager.cpp | |
parent | 9cb9fd54846415d0c271cd178d4a9bfe6493ad00 (diff) | |
download | klee-974f140d79a621785b1fe4a0fc7fe321ba1089e2.tar.gz |
Move some options to the klee namespace and declare them in OptionCategories.h
Diffstat (limited to 'lib/Core/MemoryManager.cpp')
-rw-r--r-- | lib/Core/MemoryManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Core/MemoryManager.cpp b/lib/Core/MemoryManager.cpp index bdb89bb5..a6c3cb25 100644 --- a/lib/Core/MemoryManager.cpp +++ b/lib/Core/MemoryManager.cpp @@ -43,9 +43,7 @@ std::uint32_t MemoryManager::quarantine; std::size_t MemoryManager::pageSize = sysconf(_SC_PAGE_SIZE); bool MemoryManager::isDeterministic; -} // namespace klee -namespace { llvm::cl::OptionCategory MemoryCat("Memory management options", "These options control memory management."); |