You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
1004 B
20 lines
1004 B
// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
|
|
// RUN: %clang_cc1 -triple mips-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
|
|
// RUN: %clang_cc1 -triple i686-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
|
|
// RUN: %clang_cc1 -triple x86_64-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
|
|
|
|
// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
|
|
// RUN: %clang_cc1 -triple mips-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
|
|
// RUN: %clang_cc1 -triple i686-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
|
|
// RUN: %clang_cc1 -triple x86_64-unknown-linux \
|
|
// RUN: -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
|
|
|
|
#include "unwind.h"
|