[PATCH] D36249: Mark tests that need intel 80-bit floats as x86-only
Weiming Zhao via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 2 23:46:39 PDT 2017
weimingz added a comment.
I tried to address it via checking pre-defined macros:
https://reviews.llvm.org/D31573
As long as the macros are defined correctly by clang, we don't need to worry about the specific target machine. How do you think about it?
Repository:
rL LLVM
https://reviews.llvm.org/D36249
More information about the cfe-commits
mailing list