diff options
author | Dale Johannesen <dalej@apple.com> | 2009-06-04 18:27:43 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-06-04 18:27:43 +0000 |
commit | 1e07efd59d585cd95e123cfad3d4bb951ae60774 (patch) | |
tree | f37bb807deee16bd8fe84a071bf869ecba484238 | |
parent | 0e19a3f89e35ded2c3dd1aeabc784a7d6440dd7e (diff) |
For XTARGET to work on targets not in the list,
there must also be an XFAIL line. Fix a couple
examples of this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72876 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2009-01-20-k8.c | 1 | ||||
-rw-r--r-- | test/FrontendC/2009-05-04-EnumInreg.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c index 627ab65d16..c7836dac12 100644 --- a/test/FrontendC/2009-01-20-k8.c +++ b/test/FrontendC/2009-01-20-k8.c @@ -1,3 +1,4 @@ // RUN: %llvmgcc %s -S -march=k8 // XTARGET: x86 +// XFAIL: * long double x; diff --git a/test/FrontendC/2009-05-04-EnumInreg.c b/test/FrontendC/2009-05-04-EnumInreg.c index 8a76f5f8e9..5619c0a276 100644 --- a/test/FrontendC/2009-05-04-EnumInreg.c +++ b/test/FrontendC/2009-05-04-EnumInreg.c @@ -1,4 +1,5 @@ // RUN: %llvmgcc -S -m32 -mregparm=3 %s -emit-llvm -o - | grep {inreg %action} +// XFAIL: * // XTARGET: x86 // PR3967 |