diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-28 14:13:56 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-28 14:13:56 (GMT) |
commit | 7d057b2738e229192ae5afe71d50354681813235 (patch) | |
tree | bebcaf0fcca709a89a4d6e9dde390ef7003cef38 /Source/cmLocalGenerator.h | |
parent | d828d0eb084cf094119d2b47dae0053267aba138 (diff) | |
download | CMake-7d057b2738e229192ae5afe71d50354681813235.zip CMake-7d057b2738e229192ae5afe71d50354681813235.tar.gz CMake-7d057b2738e229192ae5afe71d50354681813235.tar.bz2 |
Clang IPO (LTO) support
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 2eda0e5..1a238a8 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -115,6 +115,9 @@ public: virtual void AppendFlags(std::string& flags, const char* newFlags); virtual void AppendFlagEscape(std::string& flags, const std::string& rawFlag); + void AppendIPOLinkerFlags(std::string& flags, cmGeneratorTarget* target, + const std::string& config, + const std::string& lang); ///! Get the include flags for the current makefile and language std::string GetIncludeFlags(const std::vector<std::string>& includes, cmGeneratorTarget* target, |