| // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py | |
| // RUN: %clang_cc1 -triple riscv32 -target-feature +zbb -verify %s -o - | |
| unsigned int orc_b_64(unsigned int a) { | |
| return __builtin_riscv_orc_b_64(a); // expected-error {{builtin requires: 'RV64'}} | |
| } |