[all-commits] [llvm/llvm-project] 95a18b: Follow up on D69112, fix build break for skipping ...
jasonliudev via All-commits
all-commits at lists.llvm.org
Thu Oct 24 14:10:27 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 95a18b848fcb252a736f455e80364352b67bd51b
https://github.com/llvm/llvm-project/commit/95a18b848fcb252a736f455e80364352b67bd51b
Author: jasonliu <jasonliu.development at gmail.com>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M llvm/lib/MC/XCOFFObjectWriter.cpp
Log Message:
-----------
Follow up on D69112, fix build break for skipping field initialization
Clang emit warning for skipping field initialization. Add {} to fix it.
This is a patch that fixes issue introduced in https://reviews.llvm.org/D69112
More information about the All-commits
mailing list