Skip to content
Commit 81d40711 authored by Bill Wendling's avatar Bill Wendling
Browse files

PR8918 - When used with MinGW64, LLVM generates a "calll __main" at the

beginning of the "main" function. The assembler complains about the invalid
suffix for the 'call' instruction. The right instruction is "callq __main".
Patch by KS Sreeram!

llvm-svn: 122933
parent ce3b930a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment