[all-commits] [llvm/llvm-project] 3a183a: [libc++] Fix two tests that were failing in freest...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Nov 24 13:40:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a183a49f26df2f94f985ba0790d2d89cdcdad15
https://github.com/llvm/llvm-project/commit/3a183a49f26df2f94f985ba0790d2d89cdcdad15
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp
R libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of.deprecated.fail.cpp
A libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/result_of.deprecated.verify.cpp
Log Message:
-----------
[libc++] Fix two tests that were failing in freestanding mode
We were defining `main()` but never returning from it.
Commit: f244166c475dd3d2f9ea1be9979c1ab1a4a5ddcc
https://github.com/llvm/llvm-project/commit/f244166c475dd3d2f9ea1be9979c1ab1a4a5ddcc
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M libcxx/test/libcxx/language.support/support.rtti/type.info/type_info.comparison.apple.compile.pass.cpp
M libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
Log Message:
-----------
[libc++] Handle armv7m in two architecture dependent tests
Compare: https://github.com/llvm/llvm-project/compare/175d68dd8db5...f244166c475d
More information about the All-commits
mailing list