| 1 | // RUN: %clangxx_memprof -O0 %s -o %t && %env_memprof_opts=help=1 %run %t 2>&1 | FileCheck %s |
|---|---|
| 2 | |
| 3 | int main() { |
| 4 | } |
| 5 | |
| 6 | // CHECK: Available flags for MemProfiler: |
| 7 | // CHECK-DAG: atexit |
| 8 |
| 1 | // RUN: %clangxx_memprof -O0 %s -o %t && %env_memprof_opts=help=1 %run %t 2>&1 | FileCheck %s |
|---|---|
| 2 | |
| 3 | int main() { |
| 4 | } |
| 5 | |
| 6 | // CHECK: Available flags for MemProfiler: |
| 7 | // CHECK-DAG: atexit |
| 8 |