runtime: compatible difference of stdio symbols between linux and others
This commit is contained in:
9
internal/runtime/c/c_linux.ll
Normal file
9
internal/runtime/c/c_linux.ll
Normal file
@@ -0,0 +1,9 @@
|
||||
; ModuleID = 'github.com/goplus/llgo/internal/runtime/c'
|
||||
source_filename = "github.com/goplus/llgo/internal/runtime/c"
|
||||
|
||||
@stderr = external global ptr
|
||||
@stdin = external global ptr
|
||||
@stdout = external global ptr
|
||||
@llgo_stdin = alias i8*, i8** @stdin
|
||||
@llgo_stdout = alias i8*, i8** @stdout
|
||||
@llgo_stderr = alias i8*, i8** @stderr
|
||||
Reference in New Issue
Block a user