[Openmp-commits] [PATCH] D138049: [OpenMP][libomp] Cleanup version script and exported symbols

Fangrui Song via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Nov 19 13:06:26 PST 2022


MaskRay added inline comments.


================
Comment at: openmp/runtime/src/kmp_runtime.cpp:9205
+#if !USE_DEBUGGER
+int __kmp_omp_debug_struct_info = FALSE;
+int __kmp_debugging = FALSE;
----------------
Yes that I see a lot of `FALSE` in openmp/ since it was imported from a pretty old code base.
Does 0 or false apply?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138049/new/

https://reviews.llvm.org/D138049



More information about the Openmp-commits mailing list