diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-09-29 17:53:58 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2019-09-29 17:53:58 +0000 |
commit | 877d651832f891e1a8224202faf331a8a97990cf (patch) | |
tree | c187ade5879a86a5255c870baaabc096595d0a5c /lib/libcompiler_rt/int_lib.h | |
parent | 50c932d4ace0f3e11bbf360937a31c31905ea1c1 (diff) |
Update compiler-rt to 8.0.1. This is mostly a cosmetic update for us.
Tested in snaps
ok kettenis@
Diffstat (limited to 'lib/libcompiler_rt/int_lib.h')
-rw-r--r-- | lib/libcompiler_rt/int_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/int_lib.h b/lib/libcompiler_rt/int_lib.h index 9d09e2dc915..fe8a3bdedc0 100644 --- a/lib/libcompiler_rt/int_lib.h +++ b/lib/libcompiler_rt/int_lib.h @@ -43,7 +43,7 @@ #define AEABI_RTABI __attribute__((__pcs__("aapcs"))) -#ifdef _MSC_VER +#if defined(_MSC_VER) && !defined(__clang__) #define ALWAYS_INLINE __forceinline #define NOINLINE __declspec(noinline) #define NORETURN __declspec(noreturn) |