Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 38284 Build 38283: arc lint + arc unit
Event Timeline
Comment Actions
Would it be better to do this check in LLVM, in the backend, with a report_fatal_error?
Clang for its part already supports what we expect wasm64 will need already, and we have a bunch of tests for it, so it'd be nice to keep that code around and tested. And, doing the check in the LLVM backend also means we'll catch users trying to use it from languages other than C/C++.
Comment Actions
+1 on erroring out on the backend side. And how about "wasm64 is not supported"? wasm64... is still a registered target in the frontend, so...