[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Matthew Bauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 11:39:32 PST 2019


matthewbauer added a comment.

I was trying to build compiler-rt with WebAssembly and forgot I still had this patched applied. But it looks like it breaks when doing this and things work if you disble crt. You probably just don't want to build crt with WebAssembly targets?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D28791/new/

https://reviews.llvm.org/D28791





More information about the llvm-commits mailing list