[test suite] start with -m32 gcc option for ASAN instrumentation check (32-bit compilation is preferred for ASAN operations)
This commit is contained in:
+1
-1
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user