We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cac69 commit 3448ca9Copy full SHA for 3448ca9
server/codegenerator.cc
@@ -92,7 +92,7 @@ class CodeGenerator::impl {
92
/*Features=*/"", /*Options=*/target_options,
93
/*RelocModel=*/rm,
94
/*CodeModel=*/cm,
95
- /*OptLevel=*/static_cast<llvm::CodeGenOpt::Level>(targetopt),
+ /*OptLevel=*/static_cast<llvm::CodeGenOpt::Level>(unsigned(targetopt)),
96
/*JIT=*/true
97
));
98
if (!target) {
0 commit comments