Ramkumar Ramachandra
2013-Jul-10 17:20 UTC
[LLVMdev] [BUG] Support for .cfi_startproc simple
Hi, According to the GNU as documentation [1], .cfi_startproc simple is a valid directive. Unfortunately, LLVM complains with: error: invalid instruction mnemonic 'simple' I happened to notice it while attempting to compile linux.git with clang: see arch/x86/ia32/ia32entry.S:75. [1]: http://sourceware.org/binutils/docs-2.22/as/Pseudo-Ops.html#Pseudo-Ops Thanks.
http://llvm.org/bugs/ On Jul 10, 2013, at 10:20 AM, Ramkumar Ramachandra <artagnon at gmail.com> wrote:> Hi, > > According to the GNU as documentation [1], .cfi_startproc simple is a > valid directive. Unfortunately, LLVM complains with: > > error: invalid instruction mnemonic 'simple' > > I happened to notice it while attempting to compile linux.git with > clang: see arch/x86/ia32/ia32entry.S:75. > > [1]: http://sourceware.org/binutils/docs-2.22/as/Pseudo-Ops.html#Pseudo-Ops > > Thanks. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130710/fac62ddc/attachment.html>
On Wed, Jul 10, 2013 at 10:20 AM, Ramkumar Ramachandra <artagnon at gmail.com> wrote:> Hi, > > According to the GNU as documentation [1], .cfi_startproc simple is a > valid directive. Unfortunately, LLVM complains with: > > error: invalid instruction mnemonic 'simple' > > I happened to notice it while attempting to compile linux.git with > clang: see arch/x86/ia32/ia32entry.S:75. > > [1]: http://sourceware.org/binutils/docs-2.22/as/Pseudo-Ops.html#Pseudo-OpsPlease file bugs at llvm.org/bugs/
Apparently Analagous Threads
- [LLVMdev] [PATCH] x86: disambiguate unqualified btr, bts
- [LLVMdev] [PATCH] x86: disambiguate unqualified btr, bts
- [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows
- [LLVMdev] [PATCH] x86: disambiguate unqualified btr, bts
- [LLVMdev] Sporadic "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failures with MCJIT on Windows