Skip to content

Commit

Permalink
[ORC] Switch to C++17 nested namespaces. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhames committed Nov 10, 2024
1 parent 3d2849b commit 7085ac8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions llvm/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
#include "llvm/ExecutionEngine/Orc/CoreContainers.h"
#include "llvm/ExecutionEngine/Orc/SymbolStringPool.h"

namespace llvm {
namespace orc {
namespace llvm::orc {

class MaterializationResponsibility;

Expand Down Expand Up @@ -99,7 +98,6 @@ class MaterializationUnit {
virtual void discard(const JITDylib &JD, const SymbolStringPtr &Name) = 0;
};

} // End namespace orc
} // End namespace llvm
} // namespace llvm::orc

#endif // LLVM_EXECUTIONENGINE_ORC_MATERIALIZATIONUNIT_H

0 comments on commit 7085ac8

Please sign in to comment.