diff options
author | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-06-25 14:41:57 +0000 |
---|---|---|
committer | Evgeniy Stepanov <eugeni.stepanov@gmail.com> | 2014-06-25 14:41:57 +0000 |
commit | b163f0276f19ec207b3dafba398b0f273787c570 (patch) | |
tree | 6611a5e0b812c63ea917412dadf412f9400eb048 /llvm/lib/IR/Module.cpp | |
parent | a8acef6c6845920c557ac0d302fe4974ffe9ff44 (diff) | |
download | llvm-b163f0276f19ec207b3dafba398b0f273787c570.zip llvm-b163f0276f19ec207b3dafba398b0f273787c570.tar.gz llvm-b163f0276f19ec207b3dafba398b0f273787c570.tar.bz2 |
[msan] Fix bad interaction between with-calls mode and chained origin tracking.
Origin history should only be recorded for uninitialized values, because it is
meaningless otherwise. This change moves __msan_chain_origin to the runtime
library side and makes it conditional on the corresponding shadow value.
Previous code was correct, but _very_ inefficient.
llvm-svn: 211700
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions