[cfe-dev] Clang fails to compile the mix of intel/att assembly, and as a result BitcoinArmory — the major bitcoin client — also doesn't build

Yuri yuri at rawbw.com
Mon Mar 30 12:27:13 PDT 2015


On 03/30/2015 11:56, Reid Kleckner wrote:
>
> The problem is that the directives are lexing the semicolon character 
> when it's supposed to be a statement separator.
>
> It should be both easy to work around in the source and easy to fix in 
> LLVM. Given the easy source workaround, this doesn't feel very high 
> priority.

This bug report maybe boils down to statement separator, but Armory 
problems are wider. Even after separator is replaced, compile still 
breaks in clang due to other clang vs. gcc differences.

Yuri



More information about the cfe-dev mailing list