[test suite] start with -m32 gcc option for ASAN instrumentation check (32-bit compilation is preferred for ASAN operations)

This commit is contained in:
Michael Rash
2018-08-10 18:33:54 -07:00
parent ffa6548946
commit a7fc73b111
+1 -1
View File
@@ -1647,7 +1647,7 @@ sub is_asan_instrumentation_working() {
my $rv = 1;
chdir $asan_dir or die $!;
for my $file ('Makefile', 'Makefile-m32') {
for my $file ('Makefile-m32', 'Makefile') {
$rv = 1;
unless (&run_cmd("make -f $file clean", "../$cmd_out_tmp",
"../$curr_test_file")) {