Home | History | Annotate | Download | only in Headers
      1 // RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
      2 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
      3 // RUN: %clang_cc1 -triple mips-unknown-linux \
      4 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
      5 // RUN: %clang_cc1 -triple i686-unknown-linux \
      6 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
      7 // RUN: %clang_cc1 -triple x86_64-unknown-linux \
      8 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
      9 
     10 // RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
     11 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
     12 // RUN: %clang_cc1 -triple mips-unknown-linux \
     13 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
     14 // RUN: %clang_cc1 -triple i686-unknown-linux \
     15 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
     16 // RUN: %clang_cc1 -triple x86_64-unknown-linux \
     17 // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
     18 
     19 #include "unwind.h"
     20