<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 1, 2011, at 5:52 AM, Nicolas Ojeda Bar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi,<br><br>Compiling a simple function with the 3.0 SVN branch<br>llc produces .s output containing cfi_startproc, cfi_endproc,<br>cfi_def_cfa_offset that gcc refuses to compile<br>(OS X 10.7 on X86-64) with the following error:<br><br>test.s:6:Unknown pseudo-op: .cfi_startproc<br>test.s:10:Unknown pseudo-op: .cfi_def_cfa_offset<br>test.s:10:Rest of line ignored. 1st junk character valued 51 (3).<br>test.s:38:Unknown pseudo-op: .cfi_endproc<br><br>The version of gas is 1.38.<br><br>Any ideas?<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>These directives are not supported by the assembler you are using. You can use llc command line option -disable-cfi to disable these directives.</div><div><br></div><div>-</div><div>Devang</div><br></body></html>