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 | 12313e327f9b26720a4df280893f1cbc982b56a4 (patch) | |
tree | 954a114c423364b55f0d226f81a8e0f02fdba932 | |
parent | 1aa86203f6dad7db4c06aa636bc6be82402e4575 (diff) | |
download | bcm5719-llvm-12313e327f9b26720a4df280893f1cbc982b56a4.tar.gz bcm5719-llvm-12313e327f9b26720a4df280893f1cbc982b56a4.zip |
For XTARGET to work on targets not in the list,
there must also be an XFAIL line. Fix a couple
examples of this.
llvm-svn: 72876
-rw-r--r-- | llvm/test/FrontendC/2009-01-20-k8.c | 1 | ||||
-rw-r--r-- | llvm/test/FrontendC/2009-05-04-EnumInreg.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/2009-01-20-k8.c b/llvm/test/FrontendC/2009-01-20-k8.c index 627ab65d161..c7836dac12b 100644 --- a/llvm/test/FrontendC/2009-01-20-k8.c +++ b/llvm/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/llvm/test/FrontendC/2009-05-04-EnumInreg.c b/llvm/test/FrontendC/2009-05-04-EnumInreg.c index 8a76f5f8e95..5619c0a276d 100644 --- a/llvm/test/FrontendC/2009-05-04-EnumInreg.c +++ b/llvm/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 |