|
Ran
|
Jobs
0
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
buildkite
Replace SimpleCompiler to avoid a copy and createObjectFile (#59486) Replace the call to orc::SimpleCompiler::operator() with equivalent code that doesn't unnecessarily parse the object file again (if it would have failed, we're going to find out later anyway). This also lets us make the MemoryBuffer name unique and avoid copying it in JuliaOJIT::addObjectFile. REF: https://github.com/JuliaLang/llvm-project/blob/85122d41d/llvm/lib/ExecutionEngine/Orc/CompileUtils.cpp#L38-L67