[PATCH] D137835: [ARM] Move ARM::parseBranchProtection into ARMTargetParser
Tomas Matheson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 11 08:03:09 PST 2022
tmatheson accepted this revision.
tmatheson added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:47
#include "llvm/Option/ArgList.h"
+#include "llvm/Support/ARMTargetParser.h"
#include "llvm/Support/CodeGen.h"
----------------
For consistency this could just come via ARM.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137835/new/
https://reviews.llvm.org/D137835
More information about the cfe-commits
mailing list