forked from OSchip/llvm-project
Set an output file name for the override-new-delete.cpp test.
The android_compile.py script requires one. llvm-svn: 362764
This commit is contained in:
parent
c7029e4ef4
commit
c7903b9f1e
|
@ -1,4 +1,4 @@
|
|||
// RUN: %clangxx_hwasan %s
|
||||
// RUN: %clangxx_hwasan %s -o %t
|
||||
#include <stddef.h>
|
||||
#include <new>
|
||||
|
||||
|
|
Loading…
Reference in New Issue