[all-commits] [llvm/llvm-project] 979c38: [compiler-rt] [windows] Add UNUSED attributes on v...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Mon Jan 4 22:59:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 979c38cc74f4e96c5e1bee1f966a81038fff1ed6
https://github.com/llvm/llvm-project/commit/979c38cc74f4e96c5e1bee1f966a81038fff1ed6
Author: Martin Storsjö <martin at martin.st>
Date: 2021-01-05 (Tue, 05 Jan 2021)
Changed paths:
M compiler-rt/lib/interception/interception_win.cpp
Log Message:
-----------
[compiler-rt] [windows] Add UNUSED attributes on variables/functions only used for 64 bit targets
This fixes warnings when building for 32 bit targets.
Differential Revision: https://reviews.llvm.org/D91852
More information about the All-commits
mailing list