https://llvm.org/bugs/show_bug.cgi?id=25152

Eric Christopher <echri...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Eric Christopher <echri...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to