[cfe-dev] Distinguishing between clang Window versions
Aaron Ballman
aaron at aaronballman.com
Tue Jul 8 06:58:41 PDT 2014
On Tue, Jul 8, 2014 at 9:54 AM, Edward Diener
<eldlistmailingz at tropicsoft.com> wrote:
> Since the two versions for clang on Windows, one using VC++ RTL and
> emulating VC++ to some small extent and the other using mingw rtl, are
> radically different, is there any easy way to distinguish between them at
> pre-execution time.
E:\llvm\2013>clang --version
clang version 3.5.0 (212451)
Target: i686-pc-windows-msvc
Thread model: posix
Does the Target field should give you the information you need?
~Aaron
More information about the cfe-dev
mailing list