[all-commits] [llvm/llvm-project] 7e4e9f: Fixed windows failure after D74873
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Mar 31 14:07:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7e4e9f4a2fcb096778fb81fc96da6bb8aa966661
https://github.com/llvm/llvm-project/commit/7e4e9f4a2fcb096778fb81fc96da6bb8aa966661
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/include/llvm/MC/LaneBitmask.h
Log Message:
-----------
Fixed windows failure after D74873
Print format LaneBitmask was set as "%016lX" but should be
"%016llX" for 64 bit support on Windows.
More information about the All-commits
mailing list