summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-16 02:43:51 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-16 02:43:51 +0000
commitff8f9e58ec8507b951043a367d72f2385e12cf70 (patch)
tree5f00e6e2edcad04abaf76bb5ef38066e4e2c1dda /test/Object
parente7f0393f6d080f599f225dcdc440142e758ffe1b (diff)
downloadllvm-ff8f9e58ec8507b951043a367d72f2385e12cf70.tar.gz
llvm-ff8f9e58ec8507b951043a367d72f2385e12cf70.tar.bz2
llvm-ff8f9e58ec8507b951043a367d72f2385e12cf70.tar.xz
Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME.
llvm-ar is the only user of toWin32Time() (via setLastModificationAndAccessTime), and r186298 can be reverted. It had been buggy since the initial commit. FIXME: Could we rename {from|to}Win32Time as {from|to}Win32FILETIME in TimeValue? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/extract.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Object/extract.ll b/test/Object/extract.ll
index ba341b8dd6..4e519aea75 100644
--- a/test/Object/extract.ll
+++ b/test/Object/extract.ll
@@ -3,9 +3,6 @@
; 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