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@2/llvm-project/clang/include/clang/Lex/DependencyDirectivesScanner.h:20:
  In file included from <module-includes>:9:
  
/Users/buildslave/jenkins/workspace/lldb-cmake@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@2/llvm-project/clang/include/clang/Basic/Builtins.h:54:1:
 error: expected '}'
  
/Users/buildslave/jenkins/workspace/lldb-cmake@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@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@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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to