projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d138ba
)
Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 15 Jul 2013 03:04:13 +0000
(
03:04
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 15 Jul 2013 03:04:13 +0000
(
03:04
+0000)
FIXME: Investigate Win32's TimeValue stuff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186298
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Object/extract.ll
patch
|
blob
|
history
diff --git
a/test/Object/extract.ll
b/test/Object/extract.ll
index 4e519aea75050c3e8bc06368365f87a0c29b1bc1..ba341b8dd6e1a345b4502461c21b53af1c60275c 100644
(file)
--- a/
test/Object/extract.ll
+++ b/
test/Object/extract.ll
@@
-3,6
+3,9
@@
; This test just makes sure that llvm-ar can extract bytecode members
; from various style archives.
+; FIXME: Investigate Win32's TimeValue stuff!
+; XFAIL: mingw32
+
; REQUIRES: shell
; RUN: cd %T