[llvm] 7c3c280 - MCParser: Remove unused MCAsmLexer.h

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sun May 25 12:02:59 PDT 2025


Author: Fangrui Song
Date: 2025-05-25T12:02:55-07:00
New Revision: 7c3c280041e78c364ce85e5f0f20ecb3bd0dd412

URL: https://github.com/llvm/llvm-project/commit/7c3c280041e78c364ce85e5f0f20ecb3bd0dd412
DIFF: https://github.com/llvm/llvm-project/commit/7c3c280041e78c364ce85e5f0f20ecb3bd0dd412.diff

LOG: MCParser: Remove unused MCAsmLexer.h

Added: 
    

Modified: 
    

Removed: 
    llvm/include/llvm/MC/MCParser/MCAsmLexer.h


################################################################################
diff  --git a/llvm/include/llvm/MC/MCParser/MCAsmLexer.h b/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
deleted file mode 100644
index 0b004537be4fc..0000000000000
--- a/llvm/include/llvm/MC/MCParser/MCAsmLexer.h
+++ /dev/null
@@ -1,9 +0,0 @@
-//===- llvm/MC/MCAsmLexer.h - Abstract Asm Lexer Interface ------*- C++ -*-===//
-//
-// 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
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/MC/MCParser/AsmLexer.h"


        


More information about the llvm-commits mailing list