[PATCH] D142024: [clang] Optimize clang::Builtin::Info density

Michael Buch via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 08:47:12 PST 2023


Michael137 added a comment.

Seems like this broke the LLDB incremental build: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/50184/execution/node/43/log/?consoleFull

We build with `LLVM_ENABLE_MODULES` by default

  While building module 'Clang_Basic' imported from /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Lex/DependencyDirectivesScanner.h:20:
  In file included from <module-includes>:9:
  /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Basic/Builtins.h:54:1: error: expected identifier
  #include "clang/Basic/BuiltinHeaders.def"
  ^
  /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Basic/Builtins.h:54:1: error: expected '}'
  /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Basic/Builtins.h:52:28: note: to match this '{'
    enum HeaderID : uint16_t {
                             ^
  /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Basic/Builtins.h:52:29: error: expected ';' after enum
    enum HeaderID : uint16_t {
                              ^
                              ;
  /Users/buildslave/jenkins/workspace/lldb-cmake at 2/llvm-project/clang/include/clang/Basic/Builtins.h:54:1: fatal error: import of module 'Clang_Basic.BuiltinHeaders' appears within 'clang::HeaderDesc'
  #include "clang/Basic/BuiltinHeaders.def"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142024



More information about the cfe-commits mailing list