Skip to content

Commit 50f7ba4

Browse files
author
git apple-llvm automerger
committed
Merge commit '9c8ad35cb452' from apple/main into swift/next
2 parents b74362c + 9c8ad35 commit 50f7ba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/Linux/odr-violation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
22
// XFAIL: android
33
// Fails with debug checks: https://bugs.llvm.org/show_bug.cgi?id=46862
4-
// XFAIL: !compiler-rt-optimized
4+
// XFAIL: !compiler-rt-optimized && !riscv64
55
//
66
// We use fast_unwind_on_malloc=0 to have full unwinding even w/o frame
77
// pointers. This setting is not on by default because it's too expensive.

compiler-rt/test/asan/TestCases/Linux/odr-vtable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fails with debug checks: https://bugs.llvm.org/show_bug.cgi?id=46862
2-
// XFAIL: !compiler-rt-optimized
2+
// XFAIL: !compiler-rt-optimized && !riscv64
33

44
// RUN: %clangxx_asan -fno-rtti -DBUILD_SO1 -fPIC -shared %s -o %dynamiclib1
55
// RUN: %clangxx_asan -fno-rtti -DBUILD_SO2 -fPIC -shared %s -o %dynamiclib2

0 commit comments

Comments
 (0)