Review Board 2.0.15


scons: fix how flags are passed to the compiler when more than one sanitizer at a time is enabled

Review Request #3745 - Created Nov. 23, 2016 and submitted

Information
Joe Gross
gem5
default
Reviewers
Default
atgutier

scons: fix sanitizer flags with multiple sanitizers

There has been some problem when using address and undefined-behavior sanitizers at the same time.
This patch will look for the special case where both are enabled at once and change the flags passed
to the compiler to reflect this.

local build

Review request changed
Updated (Nov. 30, 2016, 3:02 p.m.)

Status: Closed (submitted)