[all-commits] [llvm/llvm-project] e42c2f: [clang][Fuchsia] Factor getFuchsiaDefines out of F...
Roland McGrath via All-commits
all-commits at lists.llvm.org
Tue Apr 28 21:25:12 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e42c2fef2c2add3bd661149c89c9ba4b581bf76a
https://github.com/llvm/llvm-project/commit/e42c2fef2c2add3bd661149c89c9ba4b581bf76a
Author: Roland McGrath <mcgrathr at google.com>
Date: 2026-04-28 (Tue, 28 Apr 2026)
Changed paths:
M clang/lib/Basic/Targets/OSTargets.cpp
M clang/lib/Basic/Targets/OSTargets.h
Log Message:
-----------
[clang][Fuchsia] Factor getFuchsiaDefines out of FuchsiaTargetInfo class (#194775)
Most of the template class's getOSDefines definition is not
template-dependent, so move it to a shared subroutine that's
outside the header file and reused by all the FuchsiaTargetInfo
instantiations.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list