clang's current wasm EH implementation is a non-MVP feature in progress.
We had a -mexception-handling wasm feature but were not using it. This
patch hides the non-MVP wasm EH behind a flag, so it does not affect
other code for now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 18800 Build 18800: arc lint + arc unit
Event Timeline
lib/CodeGen/CGException.cpp | ||
---|---|---|
322 | If the triple can be derived from target why not just pass that target? |
If the triple can be derived from target why not just pass that target?