xref: /llvm-project/compiler-rt/test/memprof/TestCases/memprof_options-help.cpp (revision 3d4bba302d2460b9ac6463ef920c301f1f40fb41)
1 // RUN: %clangxx_memprof -O0 %s -o %t && %env_memprof_opts=help=1 %run %t 2>&1 | FileCheck %s
2 
main()3 int main() {
4 }
5 
6 // CHECK: Available flags for MemProfiler:
7 // CHECK-DAG: atexit
8