[Nasm-bugs] [Bug 3392689] ffmpeg and dav1d projects seem to have issues with new macro parsing.

noreply-nasm at dev.nasm.us noreply-nasm at dev.nasm.us
Wed Jul 1 21:28:32 PDT 2020


https://bugzilla.nasm.us/show_bug.cgi?id=3392689

--- Comment #13 from H. Peter Anvin <hpa at zytor.com> ---
So I'm not at all clear what toolchain you are using. clang-cl is a toolchain
that is supposed to provide MSVC command-line compatibility for clang, but that
is basically completely the Wrong Thing[TM] to do. If you have clang, it would
make much more sense to call the clang compiler directly, and it would be
strongly preferred if the configure script was run.

For MSVC itself, Mkfiles/msvc.mak did have a small bug in it which I just
fixed. However, it is not an ideal way to build as without configure there is
no guarantee whatsoever that all available compiler features get used, and if
the compiler is clang, that is *guaranteed.*

-- 
You are receiving this mail because:
You are watching all bug changes.
You are on the CC list for the bug.


More information about the Nasm-bugs mailing list