[llvm] 5b9f573 - [NFC][TargetParser] Remove llvm/Support/X86TargetParser.def
Archibald Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 03:09:52 PST 2023
Author: Archibald Elliott
Date: 2023-02-07T11:05:59Z
New Revision: 5b9f573b846ebfa70b6e4ef1c40f5a1ab36b7591
URL: https://github.com/llvm/llvm-project/commit/5b9f573b846ebfa70b6e4ef1c40f5a1ab36b7591
DIFF: https://github.com/llvm/llvm-project/commit/5b9f573b846ebfa70b6e4ef1c40f5a1ab36b7591.diff
LOG: [NFC][TargetParser] Remove llvm/Support/X86TargetParser.def
Added:
Modified:
Removed:
llvm/include/llvm/Support/X86TargetParser.def
################################################################################
diff --git a/llvm/include/llvm/Support/X86TargetParser.def b/llvm/include/llvm/Support/X86TargetParser.def
deleted file mode 100644
index 416d583c3556..000000000000
--- a/llvm/include/llvm/Support/X86TargetParser.def
+++ /dev/null
@@ -1,15 +0,0 @@
-//===-- llvm/Support/X86TargetParser.def ------------------------*- 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
-//
-//===----------------------------------------------------------------------===//
-///
-/// \file
-/// This header is deprecated in favour of
-/// `llvm/TargetParser/X86TargetParser.def`.
-///
-//===----------------------------------------------------------------------===//
-
-#include "llvm/TargetParser/X86TargetParser.def"
More information about the llvm-commits
mailing list