cat ~/llvm-project/clang/test/Interpreter/const.cpp | clang-repl -argext-abi-check
ERROR: Missing extension attribute of returned value from function:
i32 @__cxa_atexit(ptr, ptr, ptr)
@lhames @nikic : This is probably very similar to atexit that Lang just fixed... I guess the same kind of patch would work, or maybe some kind of common helper function as discussed?