[clang] e26f287 - Fix buildbot fail

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 03:23:27 PDT 2022


Author: Phoebe Wang
Date: 2022-10-27T18:23:19+08:00
New Revision: e26f28711c1f81b7f74ce749269e7539492d3934

URL: https://github.com/llvm/llvm-project/commit/e26f28711c1f81b7f74ce749269e7539492d3934
DIFF: https://github.com/llvm/llvm-project/commit/e26f28711c1f81b7f74ce749269e7539492d3934.diff

LOG: Fix buildbot fail

Added: 
    

Modified: 
    clang/lib/Headers/x86gprintrin.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Headers/x86gprintrin.h b/clang/lib/Headers/x86gprintrin.h
index bff7f5e18272..b7e762668ecb 100644
--- a/clang/lib/Headers/x86gprintrin.h
+++ b/clang/lib/Headers/x86gprintrin.h
@@ -28,6 +28,7 @@
 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) ||      \
     defined(__PRFCHI__)
 #include <prfchiintrin.h>
+#endif
 
 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) ||      \
     defined(__RAOINT__)


        


More information about the cfe-commits mailing list