This fixes any calls to undefined functions by commenting
out the code. Almost all the changes are calls to gccjit*
functions which will eventually need to be ported to LLVM,
but commenting them out for now allows static analysis to
find any regressions where actual attempts to call undefined
functions are made.
This fixes any calls to undefined functions by commenting out the code. Almost all the changes are calls to gccjit* functions which will eventually need to be ported to LLVM, but commenting them out for now allows static analysis to find any regressions where actual attempts to call undefined functions are made.