[PATCH] D140999: [NFC][TargetParser] Deprecate llvm/Support/AArch64TargetParser.h

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 15:52:29 PST 2023


MaskRay accepted this revision.
MaskRay added a comment.

I don't think it is necessary to deprecate the old header then delete it after 16.0.0 is branched.
llvm/Support/AArch64TargetParser.h has very few open-source out-of-tree uses. Perhaps only ldc `driver/targetmachine.cpp` uses the header. So it is not worth extra expedience.

Changing the include to `#include "llvm/TargetParser/AArch64TargetParser.h"` is totally fine, though.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140999/new/

https://reviews.llvm.org/D140999



More information about the llvm-commits mailing list