[libc] Do not attempt to determine CPU features in GPU mode
authorJoseph Huber <jhuber6@vols.utk.edu>
Thu, 16 Mar 2023 01:44:00 +0000 (20:44 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Thu, 16 Mar 2023 01:44:12 +0000 (20:44 -0500)
commit22838f6084ccfab7fe0df802873de5d4a75c6573
tree235a141651599380ebd1a26873a5b5717c7a0712
parentdb5dfec9d4442c360e9712bbd71b3462cac427e9
[libc] Do not attempt to determine CPU features in GPU mode

Summary:
We don't use these features in the GPU build, trying to determine them
can cause errors. We should just return early if this is the case.
libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake