[llvm] [BOLT] Add support for safe-icf (PR #116275)
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 19 17:32:45 PST 2024
================
@@ -276,12 +276,23 @@ class BinaryContext {
void deregisterSectionName(const BinarySection &Section);
public:
+ enum class ICFLevel {
+ None,
+ Safe,
----------------
dcci wrote:
I think the comment here was useful, we can keep it (without mentioning MSVC). Thanks.
https://github.com/llvm/llvm-project/pull/116275
More information about the llvm-commits
mailing list