[Openmp-commits] [PATCH] D86397: Move special va_list handling to kmp_os.h

Dimitry Andric via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 24 13:49:16 PDT 2020


dim added a comment.

Please note, I did a follow-up commit in rG47b0262d3f82 <https://reviews.llvm.org/rG47b0262d3f82a5574c7539afeb76cc1687417ca5>, to address compile errors I received from the x86_64-linux-debian build bot:

  In file included from /b/1/openmp-clang-x86_64-linux-debian/llvm.src/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.cpp:11:
  /b/1/openmp-clang-x86_64-linux-debian/llvm.src/openmp/runtime/src/kmp_os.h:206:9: error: unknown type name 'va_list'
  typedef va_list *kmp_va_list;
          ^

So I added a `<stdarg.h>` include to `kmp_os.h`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86397



More information about the Openmp-commits mailing list