diff options
author | Vedant Kumar <vsk@apple.com> | 2018-11-06 19:06:08 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2018-11-06 19:06:08 +0000 |
commit | 1e209e284fb3ba0112e34ce1d35fd1383ec82214 (patch) | |
tree | 717563cf6dddf97a2e5652cf234c8d7f4a4abf51 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 09b7aa443d6b40b0bc4dc7d43f61dcf1d420fd3b (diff) | |
download | llvm-1e209e284fb3ba0112e34ce1d35fd1383ec82214.zip llvm-1e209e284fb3ba0112e34ce1d35fd1383ec82214.tar.gz llvm-1e209e284fb3ba0112e34ce1d35fd1383ec82214.tar.bz2 |
[CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
The lowering for a call to eh_typeid_for changes when it's moved from
one function to another.
There are several proposals for fixing this issue in llvm.org/PR39545.
Until some solution is in place, do not allow CodeExtractor to extract
calls to eh_typeid_for, as that results in serious miscompilations.
llvm-svn: 346256
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions