Michael137 wrote:

This broke the LLDB CI:
```
13:02:41  
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:834:59:
 error: too few arguments to function call, expected 3, have 2
13:02:41                                   m_compiler->getLangOpts());
13:02:41                                                            ^
13:02:41  
/Users/ec2-user/jenkins/workspace/llvm.org/as-lldb-cmake/llvm-project/llvm/../clang/include/clang/Basic/TargetInfo.h:1336:16:
 note: 'adjust' declared here
13:02:41    virtual void adjust(DiagnosticsEngine &Diags, LangOptions &Opts,
13:02:41                 ^
13:02:41  76 warnings and 1 error generated.
```

Mind taking a look? Seems like a simple API update

https://github.com/llvm/llvm-project/pull/146620
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to