commit | e468f017eafba7dd6b79d3f7858dfc269e8419c0 | [log] [tgz] |
---|---|---|
author | Dan Gohman <dan433584@gmail.com> | Fri Sep 21 03:24:42 2018 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 16 03:59:07 2020 -0700 |
tree | f10957e64140704b17c5bfae19656cb54a2bf79e | |
parent | 54437d91edbb7aa281f9b164c78966a9a115d5f6 [diff] |
[WebAssembly] Revert r342701, "Add WebAssembly to LLVM_ALL_TARGTS." There is a memory leak which is detected in some of the sanitizer builds. MCSymbolWasm contains SmallVectors for holding signature information, however MCContext doesn't run destructors for MCSymbols, so in cases where the SmallVectors heap-allocate, the memory is leaked. llvm-svn: 342707 GitOrigin-RevId: 1dcce6c92602ef5f2ba69f7f0a2ad7316754216b