brintos

brintos / llvm-project-archived public Read only

0
0
Text · 314 B · bad6850 Raw
7 lines · c
1// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py2// RUN: %clang_cc1 -triple riscv32 -target-feature +zbb -S -verify %s -o -3 4unsigned int orc_b_64(unsigned int a) {5  return __builtin_riscv_orc_b_64(a); // expected-error {{'__builtin_riscv_orc_b_64' needs target feature zbb,64bit}}6}7