add asan build (#179)

This commit is contained in:
water111
2021-01-03 12:31:42 -05:00
committed by GitHub
parent 7af6dce1b2
commit 95c81b675a
9 changed files with 51 additions and 19 deletions
+1
View File
@@ -184,6 +184,7 @@ bool IR_Compare::update_from_stack(const std::unordered_set<Register, Register::
}
bool IR_ShortCircuit::expression_stack(ExpressionStack& stack, LinkedObjectFile& file) {
(void)file;
// this one is weird. All forms but the last implicitly set final_destination.
// the last form should somewhere set final_destination, but due to tricky coloring we
// can't identify this 100% of the time.