[PATCH] D138945: [ModuleUtils][KCFI] Set !kcfi_type metadata for sanitizer constructors

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 16:37:14 PST 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/test/Instrumentation/AddressSanitizer/kcfi.ll:10
+
+ !llvm.module.flags = !{!0}
+ !0 = !{i32 4, !"kcfi", i32 1}
----------------
fix the next line as well


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138945/new/

https://reviews.llvm.org/D138945



More information about the llvm-commits mailing list