[PATCH] D106065: [Clang] Add an empty builtins.h file.
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 18:29:45 PDT 2021
stefanp marked an inline comment as not done.
stefanp added inline comments.
================
Comment at: clang/test/Headers/builtins-header.c:1
+// RUN: %clang_cc1 -triple powerpc64-unknown-unknown -ffreestanding -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple powerpc64le-unknown-unknown -ffreestanding -emit-llvm -o - %s | FileCheck %s
----------------
nemanjai wrote:
> Does this need something like `REQUIRES: powerpc-registered-target`?
I don't think so... but I could be wrong. I am testing this using the Power PC triple but in reality there is nothing specifically Power PC about this header file. I think that it can be included on any target.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106065/new/
https://reviews.llvm.org/D106065
More information about the llvm-commits
mailing list