Attempting to fix PR30384.
Take the same approach as in compiler_rt and add a simplified version of __get_cpuid_max.
Including cpuid.h is no longer needed.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Support/Host.cpp | ||
---|---|---|
172 | Once we have this here can we get rid of the bits in clang? |
lib/Support/Host.cpp | ||
---|---|---|
172 | There is no usage of this in llvm, clang, openmp or test-suite. However there are external tools using clang that do use the original method. |
Comment Actions
OK, one inline comment.
Thanks!
-eric
lib/Support/Host.cpp | ||
---|---|---|
172 | OK. Can you add a comment to that effect with what you found used externally? |
Once we have this here can we get rid of the bits in clang?