This revision was automatically updated to reflect the committed changes.
Closed by commit rGd5c28c409432: [X86] Move CPUKind enum from clang to
llvm/lib/Support. NFCI (authored by craig.topper).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81439/ne
craig.topper updated this revision to Diff 269610.
craig.topper added a comment.
Flip polarity of the bool and rename it. Add doxygen comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81439/new/
https://reviews.llvm.org/D81439
Files:
clang/include/clang/Basic/X86Target.def
cl
erichkeane added inline comments.
Comment at: clang/lib/Basic/Targets/X86.h:132
protected:
- /// Enumeration of all of the X86 CPUs supported by Clang.
- ///
- /// Each enumeration represents a particular CPU supported by Clang. These
- /// loosely correspond to the options
craig.topper marked 2 inline comments as done.
craig.topper added inline comments.
Comment at: clang/lib/Basic/Targets/X86.h:132
protected:
- /// Enumeration of all of the X86 CPUs supported by Clang.
- ///
- /// Each enumeration represents a particular CPU supported by Clang
erichkeane added inline comments.
Comment at: clang/lib/Basic/Targets/X86.h:132
protected:
- /// Enumeration of all of the X86 CPUs supported by Clang.
- ///
- /// Each enumeration represents a particular CPU supported by Clang. These
- /// loosely correspond to the options
craig.topper created this revision.
craig.topper added reviewers: erichkeane, echristo, RKSimon, spatel, LuoYuanke.
Herald added subscribers: hiraditya, mgorny.
Herald added projects: clang, LLVM.
Similar to what some other targets have done. This information
could be reused by other frontends so