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
Ship It!
Looks ok, but the formatting of the patch summary is way outside the 65 char limit.
