egor-tensin / setup-clang

GitHub action to set up Clang & LLVM
MIT License
64 stars 8 forks source link

32-Bit programs have no output #17

Open healytpk opened 1 year ago

healytpk commented 1 year ago

If I use clang++ with the command line switch "-m32", it produces a viable executable file, but the executable file does not have any text output (nothing send to stdout actually reaches stdout).