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 c4848fa commit 9e8fa41Copy full SHA for 9e8fa41
llvm/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h
@@ -27,7 +27,7 @@ namespace orc {
27
28
enum class LinkableFileKind { Archive, RelocatableObject };
29
30
-enum LoadArchives {
+enum class LoadArchives {
31
Never, // Linkable file must not be an archive.
32
Allowed, // Linkable file is allowed to be an archive.
33
Required // Linkable file is required to be an archive.
0 commit comments