diff options
author | Krasimir Georgiev <krasimir@google.com> | 2018-10-16 18:50:09 +0000 |
---|---|---|
committer | Krasimir Georgiev <krasimir@google.com> | 2018-10-16 18:50:09 +0000 |
commit | 547d824da661fedaeeda3a4bcb83a3464fa1b7b9 (patch) | |
tree | 008630b0dc9e8141304feb83e81695e22d98b5fe /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | ae4e75fd6e89cb7706b218f54ea16a0bbdb9a0c2 (diff) | |
download | llvm-547d824da661fedaeeda3a4bcb83a3464fa1b7b9.zip llvm-547d824da661fedaeeda3a4bcb83a3464fa1b7b9.tar.gz llvm-547d824da661fedaeeda3a4bcb83a3464fa1b7b9.tar.bz2 |
Revert "[WebAssembly] LSDA info generation"
This reverts commit r344575.
Newly introduced test eh-lsda.ll.test fails with use-after-free under
ASAN build.
llvm-svn: 344639
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp index 341ab92..b046cd81 100644 --- a/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp +++ b/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp @@ -1748,10 +1748,6 @@ const MCExpr *TargetLoweringObjectFileWasm::lowerRelativeReference( void TargetLoweringObjectFileWasm::InitializeWasm() { StaticCtorSection = getContext().getWasmSection(".init_array", SectionKind::getData()); - - // We don't use PersonalityEncoding and LSDAEncoding because we don't emit - // .cfi directives. We use TTypeEncoding to encode typeinfo global variables. - TTypeEncoding = dwarf::DW_EH_PE_absptr; } MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( |