We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2849b commit 7085ac8Copy full SHA for 7085ac8
llvm/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h
@@ -17,8 +17,7 @@
17
#include "llvm/ExecutionEngine/Orc/CoreContainers.h"
18
#include "llvm/ExecutionEngine/Orc/SymbolStringPool.h"
19
20
-namespace llvm {
21
-namespace orc {
+namespace llvm::orc {
22
23
class MaterializationResponsibility;
24
@@ -99,7 +98,6 @@ class MaterializationUnit {
99
98
virtual void discard(const JITDylib &JD, const SymbolStringPtr &Name) = 0;
100
};
101
102
-} // End namespace orc
103
-} // End namespace llvm
+} // namespace llvm::orc
104
105
#endif // LLVM_EXECUTIONENGINE_ORC_MATERIALIZATIONUNIT_H
0 commit comments