mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 14:07:28 +08:00
Summary: The C library is intended to provide `__assert_fail`, so in the cases that we have both we should defer to that. This means that if you build the C library for GPUs you'll get the RPC based asser, and if not you'll get the trap based one.