[all-commits] [llvm/llvm-project] 52d1cd: [test][asan] Don't use field designators
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Aug 15 23:47:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 52d1cdadbae8415d1e61982a03694afb2e8c6459
https://github.com/llvm/llvm-project/commit/52d1cdadbae8415d1e61982a03694afb2e8c6459
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
Log Message:
-----------
[test][asan] Don't use field designators
Darwin and Linux use a different fields order, causing
"warning: ISO C++ requires field designators to be specified in declaration order".
Commit: 8b7b434087cc4dc85e64632ae2780300c3c5d332
https://github.com/llvm/llvm-project/commit/8b7b434087cc4dc85e64632ae2780300c3c5d332
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
Log Message:
-----------
[test][asan] Use posix_memalign for stacks
Looks Android and Darwin fail because of alignment.
Compare: https://github.com/llvm/llvm-project/compare/348d36f1a2c8...8b7b434087cc
More information about the All-commits
mailing list