[all-commits] [llvm/llvm-project] 500d67: [SPIRV][NFC] Fix warning on class/struct mismatch
Chris B via All-commits
all-commits at lists.llvm.org
Tue Apr 26 07:52:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 500d677f1d13cd1192f75201e1a08627e2436188
https://github.com/llvm/llvm-project/commit/500d677f1d13cd1192f75201e1a08627e2436188
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVMCInstLower.h
Log Message:
-----------
[SPIRV][NFC] Fix warning on class/struct mismatch
Clang issues a warning on class/struct mismatch because the MSVC ABI
varries for classes and structs.
More information about the All-commits
mailing list