[cfe-dev] Is it a va_arg bug in clang?

Shi, Steven via cfe-dev cfe-dev at lists.llvm.org
Mon Jan 11 17:03:47 PST 2016


Hi Nikola,
Thank you. I can build successfully with svn repository, but the trunk in git repository cannot build. With the latest svn trunk 3.8, my code va_arg can works with ms_abi now, thank you anyway!


Steven Shi
Intel\SSG\STO\UEFI Firmware

Tel: +86 021-61166522
iNet: 821-6522

From: Nikola Smiljanic [mailto:popizdeh at gmail.com]
Sent: Tuesday, January 12, 2016 6:29 AM
To: Shi, Steven
Cc: Richard Smith; llvm-dev; Clang Dev
Subject: Re: [cfe-dev] Is it a va_arg bug in clang?

On Sun, Jan 10, 2016 at 8:30 PM, Shi, Steven via cfe-dev <cfe-dev at lists.llvm.org<mailto:cfe-dev at lists.llvm.org>> wrote:
(why 3.7.1 release doesn’t include this patch?)

Dot releases contain only critical bug fixes. We don't backport every change, you'll have to wait for 3.8.

 Could you let me know the right configure or build steps for llvm trunk? Appreciate your continues help!

There should be no difference between building 3.7 and trunk. Procedure explained at http://clang.llvm.org/get_started.html should work. Make sure your build directory is not inside the source tree. I'd start with "cmake -G "Unix Makefiles" ../llvm -DCMAKE_BUILD_TYPE=Release" to make sure things build correctly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20160112/b58da822/attachment.html>


More information about the cfe-dev mailing list