[clang] [llvm] [LFI] Add MCLFIRewriter infrastructure (PR #172906)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 20 02:06:30 PST 2026
================
@@ -0,0 +1,26 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// LFI-specific code for MC.
+///
+//===----------------------------------------------------------------------===//
+
+#include "llvm/Support/CommandLine.h"
----------------
nikic wrote:
This include looks unused?
https://github.com/llvm/llvm-project/pull/172906
More information about the cfe-commits
mailing list