Files
clang-p2996/llvm/test/ExecutionEngine/OrcLazy/Inputs/noop-main.ll
Lang Hames 05598441de Re-apply 0071eaaf08, "[ORC] Export __cxa_atexit ...", with fixes.
Forgot to include part of the testcase. Thank to Nico for spotting that and
reverting!
2020-04-02 16:03:35 -07:00

8 lines
161 B
LLVM

; Can be used as an entry point for tests that rely purely on static
; initializer side-effects.
define i32 @main(i32 %argc, i8** %argv) {
entry:
ret i32 0
}