================
@@ -253,6 +253,7 @@ let Attributes = [NoThrow, RequireDeclaration], Languages = 
"ALL_MS_LANGUAGES",
        def _InterlockedCompareExchange64_nf       : 
AArch64NoPrefixTargetLibBuiltin<"long long int (long long int volatile *, long 
long int, long long int)">;
        def _InterlockedCompareExchange64_rel      : 
AArch64NoPrefixTargetLibBuiltin<"long long int (long long int volatile *, long 
long int, long long int)">;
        def _InterlockedCompareExchangePointer_acq : 
AArch64NoPrefixTargetLibBuiltin<"void * (void * volatile *, void *, void *)">;
+       def _InterlockedCompareExchangePointer_nf  : 
AArch64NoPrefixTargetLibBuiltin<"void * (void * volatile *, void *, void *)">;
----------------
zatrazz wrote:

Sigh, it must be something wrong with the script I created to parse MSVC and 
find missing builtins. I will remove this addition.

https://github.com/llvm/llvm-project/pull/202582
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to