[llvm-bugs] [Bug 25152] RDRAND intrinsic and "error: clang frontend command failed with exit code 70"
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 15 19:47:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25152
Eric Christopher <echristo at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Eric Christopher <echristo at gmail.com> ---
With ToT now:
dzur:~> ~/builds/build-llvm/Debug+Asserts/bin/clang -c rdrand-clang.cxx
rdrand-clang.cxx:54:7: error: '__builtin_ia32_rdrand32_step' needs target
feature rdrnd
if (__builtin_ia32_rdrand32_step((uint32_t*)output))
^
rdrand-clang.cxx:74:7: error: '__builtin_ia32_rdrand32_step' needs target
feature rdrnd
if (__builtin_ia32_rdrand32_step(&val))
^
2 errors generated.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151016/38b44b12/attachment.html>
More information about the llvm-bugs
mailing list