DescriptionThis patch (along with the LLVM-MC Win32 COFF Support patch) allows the following to work:
"echo int main(){printf("Hello World!");} | clang -x c -o hello.exe - && hello.exe"
using the MSVC link.exe linker.
Patch Set 1 #
MessagesTotal messages: 2
|