From: Douglas Gregor Date: Thu, 19 Aug 2010 20:50:45 +0000 (+0000) Subject: Intialize all of the code-generation options X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a621d00e974829b75ff95cdff556755116dea1;p=clang Intialize all of the code-generation options git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/CodeGenOptions.h b/include/clang/Frontend/CodeGenOptions.h index 0df8444cb1..b3f57094b4 100644 --- a/include/clang/Frontend/CodeGenOptions.h +++ b/include/clang/Frontend/CodeGenOptions.h @@ -116,6 +116,7 @@ public: FunctionSections = 0; HiddenWeakTemplateVTables = 0; HiddenWeakVTables = 0; + InstrumentFunctions = 0; MergeAllConstants = 1; NoCommon = 0; NoImplicitFloat = 0;