brintos

brintos / llvm-project-archived public Read only

0
0
Text · 311 B · db5e0c5 Raw
9 lines · c
1// RUN: %clang_cc1 -triple powerpc64-unknown-unknown -ffreestanding -emit-llvm -o - %s | FileCheck %s2// RUN: %clang_cc1 -triple powerpc64le-unknown-unknown -ffreestanding -emit-llvm -o - %s | FileCheck %s3 4#include <builtins.h>5 6// Verify that we can include <builtins.h>7 8// CHECK: target triple = "powerpc649