commit | 18cbe89740e2a17a51cf3e607b1a0b2576325d25 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Thu Mar 27 09:53:47 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Thu Mar 27 09:53:47 2008 +0000 |
tree | 1af9c6dbeb2347a37e4705188ef081182ab0ca30 | |
parent | 74cd1228f65ee9ddcbf5f51f768bb83bc849e470 [diff] [blame] |
Fix build breakage on Windows with GCC 4.3. References bug #2176. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48874 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/LLVMCCConfigurationEmitter.cpp b/utils/TableGen/LLVMCCConfigurationEmitter.cpp index 9431fe1..9c6f064 100644 --- a/utils/TableGen/LLVMCCConfigurationEmitter.cpp +++ b/utils/TableGen/LLVMCCConfigurationEmitter.cpp
@@ -212,7 +212,7 @@ OptionPropertyList Props; // StringMap can only store DefaultConstructible objects - ToolOptionDescription() : OptionDescription() {} + ToolOptionDescription() : OptionDescription(), Flags(0) {} ToolOptionDescription (OptionType::OptionType t, const std::string& n) : OptionDescription(t, n)