[all-commits] [llvm/llvm-project] 5d679f: [libc] Clean up Windows macros
Caitlyn Cano via All-commits
all-commits at lists.llvm.org
Fri Jul 23 14:12:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d679fc502c78eba4758d034cdffc44bc6d48efb
https://github.com/llvm/llvm-project/commit/5d679fc502c78eba4758d034cdffc44bc6d48efb
Author: Caitlyn Cano <caitlyncano at google.com>
Date: 2021-07-23 (Fri, 23 Jul 2021)
Changed paths:
M libc/utils/FPUtil/PlatformDefs.h
M libc/utils/FPUtil/TestHelpers.cpp
M libc/utils/UnitTest/PlatformDefs.h
Log Message:
-----------
[libc] Clean up Windows macros
This clean-up removes checks for _WIN64, as the _WIN32 macro returns 1
whenever the compilation targe is 32- or 64-bit ARM.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D106706
More information about the All-commits
mailing list