diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 23:00:46 +0000 |
commit | 4575ab2186e5fbc3f572468ee0c9edfe55158ed0 (patch) | |
tree | ff18ca3bca4696055b7b7f83bf57678e8fd8728e /test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp | |
parent | 42e86fb1e678fba31d4ba8327b74d66b8bc72471 (diff) |
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp')
-rw-r--r-- | test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp b/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp index 20b9d84298..c0c7369d03 100644 --- a/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp +++ b/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp @@ -12,6 +12,7 @@ // RUN: grep xstatnoWeak | grep internal | wc -l | grep 1 // RUN: %llvmgxx %s -S -emit-llvm -O0 -o - | grep define | \ // RUN: grep xextnoWeak | grep linkonce | wc -l | grep 1 +// XFAIL: * inline int xglobWeak(int) __attribute__((weak)); inline int xglobWeak (int i) { return i*2; |