commit | 57cc1a5d77d89a01508782dec8dabece351fbf1c | [log] [tgz] |
---|---|---|
author | Oren Ben Simhon <oren.ben.simhon@intel.com> | Tue Jan 09 08:53:59 2018 +0000 |
committer | Oren Ben Simhon <oren.ben.simhon@intel.com> | Tue Jan 09 08:53:59 2018 +0000 |
tree | e935fd62cd93a81b1943a80801473910228ad027 | |
parent | 1c6308ecd5e203650bf2d852361cdb1bd5e0e537 [diff] |
Added Control Flow Protection Flag Cf-protection is a target independent flag that instructs the back-end to instrument control flow mechanisms like: Branch, Return, etc. For example in X86 this flag will be used to instrument Indirect Branch Tracking instructions. Differential Revision: https://reviews.llvm.org/D40478 Change-Id: I5126e766c0e6b84118cae0ee8a20fe78cc373dea llvm-svn: 322063