[PATCH] D77131: [clang] Move branch-protection from CodeGenOptions to LangOptions
Momchil Velikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 1 02:09:21 PDT 2020
chill added a reviewer: efriedma.
chill added a subscriber: efriedma.
chill added a comment.
Following @efriedma comment here http://lists.llvm.org/pipermail/cfe-dev/2020-March/065017.html LGTM.
================
Comment at: clang/include/clang/Basic/TargetInfo.h:18
#include "clang/Basic/AddressSpaces.h"
-#include "clang/Basic/LLVM.h"
#include "clang/Basic/CodeGenOptions.h"
+#include "clang/Basic/LLVM.h"
----------------
This include is probably not needed anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77131/new/
https://reviews.llvm.org/D77131
More information about the cfe-commits
mailing list