7 lines
278 B
C
7 lines
278 B
C
|
// 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'}}
|
||
|
}
|