Closed
Description
Bugzilla Link | 46828 |
Version | trunk |
OS | All |
CC | @Arnaud-de-Grandmaison-ARM,@RKSimon,@pbarrio,@zygoloid,@sjoerdmeijer,@smithp35,@TNorthover |
Extended Description
$ cat test.c
int main(int argc, char *argv[]) {
double x = argc;
return __builtin_arm_jcvt(x);
}
$ clang test.c -c -target aarch64-arm-none-eabi