simon-git: putty (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Mar 14 21:28:25 GMT 2018


TL;DR:
  a27f55e Use correct way to detect new instructions in Clang

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-03-14 21:28:25

commit a27f55e819f2c39ed45425625a0fa63e06089d76
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=a27f55e819f2c39ed45425625a0fa63e06089d76;hp=a624786333c43272288c3a0da2985f09c2a87d2e
Author: Pavel I. Kryukov <kryukov at frtk.ru>
Date:   Wed Mar 14 13:51:19 2018 +0300

    Use correct way to detect new instructions in Clang
    
    __clang_major__ and __clang_minor__ macros may be overriden
     in Apple and other compilers. Instead of them, we use
    __has_attribute(target) to check whether Clang supports per-function
    targeted build and __has_include() to check if there are intrinsic
    header files

 ssh.h    | 10 +---------
 sshaes.c | 10 +---------
 2 files changed, 2 insertions(+), 18 deletions(-)



More information about the tartarus-commits mailing list