[all-commits] [llvm/llvm-project] 46e992: [libcxx] [test] Remove XFAIL LIBCXX-WINDOWS-FIXME ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Apr 1 11:26:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46e992f90500914443e2eea25b258d0b0276811f
https://github.com/llvm/llvm-project/commit/46e992f90500914443e2eea25b258d0b0276811f
Author: Martin Storsjö <martin at martin.st>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp
Log Message:
-----------
[libcxx] [test] Remove XFAIL LIBCXX-WINDOWS-FIXME from time.clock.file/now.pass.cpp
This doesn't fail when _LIBCPP_HAS_NO_INT128 is defined consistently
in both CMAKE_CXX_FLAGS and LIBCXX_TEST_COMPILER_FLAGS; the XFAIL was
added based on early CI testruns where that flag was missing in
LIBCXX_TEST_COMPILER_FLAGS.
Differential Revision: https://reviews.llvm.org/D99705
Commit: 4391d764e153d17315a2822137e1ceca13b4c98d
https://github.com/llvm/llvm-project/commit/4391d764e153d17315a2822137e1ceca13b4c98d
Author: Martin Storsjö <martin at martin.st>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendWinCOFF.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
M llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
Log Message:
-----------
[ARM] Remove an unused parameter in ARMWinCOFFObjectWriter. NFC.
This writer only ever operates on 32 bit arm code.
Differential Revision: https://reviews.llvm.org/D99575
Compare: https://github.com/llvm/llvm-project/compare/ffa15e9463d0...4391d764e153
More information about the All-commits
mailing list