These tests are x86 specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-04-22 10:39:51 +00:00
parent 7db2789251
commit 4a0adb7686
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
// RUN: %llvmgcc %s -S -march=k8
// XTARGET: x86
long double x;

View File

@ -1,3 +1,4 @@
! RUN: %llvmgcc -c %s -march=k8
! XTARGET: x86
! Note: this file intentionally left blank, the problem itself is in
! frontend initialization routines and march flag!
! frontend initialization routines and march flag!