mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 08:58:30 +00:00
[test] Re-enable asan on the test, stack usage should be lower.
llvm-svn: 262583
This commit is contained in:
parent
94a4f0cb5f
commit
d68a4d6ae0
@ -4,8 +4,8 @@
|
||||
// Check that we don't get stack overflow trying to index a huge number of
|
||||
// logical operators.
|
||||
|
||||
// ASan and UBSan increase stack usage.
|
||||
// REQUIRES: not_asan, not_ubsan
|
||||
// UBSan increases stack usage.
|
||||
// REQUIRES: not_ubsan
|
||||
|
||||
// CHECK: [indexDeclaration]: kind: function | name: foo
|
||||
int foo(int x) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user