mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
asan: Cargo cult the linux test changes in r232501 to the darwin tests
This gets check-asan working again on Darwin - it looks like it was just an omission not to update this as part of r232501. llvm-svn: 232672
This commit is contained in:
@@ -29,6 +29,18 @@
|
||||
// RUN: echo __asan_report_store16 >> %t.interface
|
||||
// RUN: echo __asan_report_load_n >> %t.interface
|
||||
// RUN: echo __asan_report_store_n >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load1 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load2 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load4 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load8 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load16 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store1 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store2 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store4 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store8 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store16 >> %t.interface
|
||||
// RUN: echo __asan_report_exp_load_n >> %t.interface
|
||||
// RUN: echo __asan_report_exp_store_n >> %t.interface
|
||||
// RUN: echo __asan_get_current_fake_stack >> %t.interface
|
||||
// RUN: echo __asan_addr_is_in_fake_stack >> %t.interface
|
||||
// RUN: echo __asan_mz_calloc >> %t.interface
|
||||
|
||||
Reference in New Issue
Block a user