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 202a4a8 commit d4ccd45Copy full SHA for d4ccd45
src/support.jl
@@ -2,6 +2,5 @@
2
3
function clopts(opts...)
4
args = ["", opts...]
5
- LLVM.API.LLVMParseCommandLineOptions(Int32(length(args)),
6
- [Base.unsafe_convert(Cstring, arg) for arg in args], C_NULL)
+ API.LLVMParseCommandLineOptions(length(args), args, C_NULL)
7
end
0 commit comments