This revision was automatically updated to reflect the committed changes.
Closed by commit rL311874: [X86] Add support for __builtin_cpu_init (authored
by ctopper).
Changed prior to commit:
https://reviews.llvm.org/D36336?vs=109800&id=112851#toc
Repository:
rL LLVM
https://reviews.llvm.org/
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
One inline comment, but go ahead and commit after fixing that up.
Comment at: lib/CodeGen/CGBuiltin.cpp:7292
const CallExpr *E
craig.topper added a comment.
Ping
https://reviews.llvm.org/D36336
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
craig.topper created this revision.
This adds __builtin_cpu_init which will emit a call to __cpu_indicator_init in
libgcc or compiler-rt.
This is needed to support __builtin_cpu_supports/__builtin_cpu_is in an ifunc
resolver.
https://reviews.llvm.org/D36336
Files:
include/clang/Basic/Built