This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e9b6adfc7ca: [ARM] Move ARM::parseBranchProtection into
ARMTargetParserCommon (authored by lenary).
Repository:
rG LLVM Github Monorepo
CHANGES
lenary updated this revision to Diff 477904.
lenary marked an inline comment as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137835/new/
https://reviews.llvm.org/D137835
Files:
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Basic/Targets/A
lenary marked an inline comment as done.
lenary added inline comments.
Comment at: clang/lib/Driver/ToolChains/Clang.cpp:47
#include "llvm/Option/ArgList.h"
+#include "llvm/Support/ARMTargetParser.h"
#include "llvm/Support/CodeGen.h"
tmatheson wrote:
> For cons
lenary retitled this revision from "[ARM] Move ARM::parseBranchProtection into
ARMTargetParser" to "[ARM] Move ARM::parseBranchProtection into
ARMTargetParserCommon".
lenary edited the summary of this revision.
lenary updated this revision to Diff 475860.
Repository:
rG LLVM Github Monorepo
C