brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1004 B · 68100a8 Raw
20 lines · c
1// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \2// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s3// RUN: %clang_cc1 -triple mips-unknown-linux \4// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s5// RUN: %clang_cc1 -triple i686-unknown-linux \6// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s7// RUN: %clang_cc1 -triple x86_64-unknown-linux \8// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s9 10// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \11// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s12// RUN: %clang_cc1 -triple mips-unknown-linux \13// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s14// RUN: %clang_cc1 -triple i686-unknown-linux \15// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s16// RUN: %clang_cc1 -triple x86_64-unknown-linux \17// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s18 19#include "unwind.h"20