]> granicus.if.org Git - clang/commit
UBSan now uses prologue data instead of prefix data
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 3 Dec 2014 02:08:51 +0000 (02:08 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 3 Dec 2014 02:08:51 +0000 (02:08 +0000)
commit106ceaf3fc76e0bbef4f78c2e7c8ca5280afc57b
tree5a51c9f551e9dc9dc6309e7de800eec63acc35b1
parent8e9d616be9ffc5374c89a3fe3e024766685a1eb1
UBSan now uses prologue data instead of prefix data

As the semantics of prefix data has changed. See D6454.

Patch by Ben Gamari!

Test Plan: Testsuite

Differential Revision: http://reviews.llvm.org/D6489

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223190 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp