[PATCH] D79194: Add header guards for header files that should not be included on the PS4 platform

Douglas Yung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 16:39:54 PDT 2020


dyung marked 2 inline comments as done.
dyung added inline comments.


================
Comment at: clang/test/Headers/x86intrin-2.c:7
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -ffreestanding -Wcast-qual -x c++ %s -verify
+// REQUIRES: x86-registered-target
 // expected-no-diagnostics
----------------
craig.topper wrote:
> We don't need the x86-registered-target if we're not running IR passes do we?
You're right, it isn't needed. I've removed it in the new revision that I'll submit. Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79194/new/

https://reviews.llvm.org/D79194





More information about the cfe-commits mailing list