[PATCH] D15659: [cfi] Cross-DSO CFI diagnostic mode (compiler-rt part)

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 13:58:05 PST 2016


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/ubsan/ubsan_handlers.h:152
@@ +151,3 @@
+/// \brief Known CFI check kinds.
+/// Keep in sync with the enum of the same name in CodeGenFunction.h
+enum CFICheckKind : unsigned char {
----------------
Rename this one as well.


Repository:
  rL LLVM

http://reviews.llvm.org/D15659





More information about the llvm-commits mailing list