[all-commits] [llvm/llvm-project] 81fc5f: [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_C...

serge-sans-paille via All-commits all-commits at lists.llvm.org
Fri Sep 30 00:08:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63
      https://github.com/llvm/llvm-project/commit/81fc5f7909a4ef5a8d4b5da2a10f77f7cb01ba63
  Author: serge-sans-paille <sguelton at redhat.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M lldb/bindings/CMakeLists.txt
    M lldb/bindings/interfaces.swig

  Log Message:
  -----------
  [lldb] Get rid of __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS

C++11 made the use of these macro obsolete, see https://sourceware.org/bugzilla/show_bug.cgi?id=15366

As a side effect this prevents https://github.com/swig/swig/issues/2193.

Differential Revision: https://reviews.llvm.org/D134877




More information about the All-commits mailing list