mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-19 05:50:46 +00:00
[ASan] Enable set_shadow_test.c on Windows.
It looks like the recent -fno-common is making it pass now.
This commit is contained in:
parent
b10c662514
commit
d93303b783
@ -6,8 +6,6 @@
|
||||
// RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5
|
||||
// RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8
|
||||
|
||||
// XFAIL: windows-msvc
|
||||
|
||||
#include <assert.h>
|
||||
#include <sanitizer/asan_interface.h>
|
||||
#include <stddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user