| Issue |
55404
|
| Summary |
Bolt without asserts
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
tschuett
|
My Apple Clang is unhappy about a couple unused variables:
```
bool DataWritten = false;
bool IsTailCall = isTailCall(Inst);
bool Ret = evaluateMemOperandTarget(*Adrp, Base, AdrpPC, InstSize);
BinaryContext &BC = Function.getBinaryContext();
const bool IsCondBranch = MIB->isConditionalBranch(Instruction);
uint8_t Opcode = ExprBytes[0];
bool Valid = true;
bool Found = false;
bool Erased = false;
```
It is really unhappy about common.h. I have feeling there is a `-std=c++14` missing.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs