================
@@ -257,37 +281,19 @@ bool BackendConsumer::LinkInModules(llvm::Module *M, bool 
ShouldLinkFiles) {
     CurLinkModule = LM.Module.get();
     bool Err;
----------------
AaronHLiu wrote:

Got error:
```
clang/lib/CodeGen/CodeGenAction.cpp:282:10: error: variable 'Err' set but not 
used [-Werror,-Wunused-but-set-variable]
    bool Err;
         ^
1 error generated.
```

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

Reply via email to