llvm-project/openmp/runtime/tools/check-openmp-test.pl

19 lines
250 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use FindBin;
use lib "$FindBin::Bin/lib";
# LIBOMP modules.
use Build;
use LibOMP;
use Platform ":vars";
use Uname;
use tools;
my $root_dir = $ENV{ LIBOMP_WORK };
print join('', $target_platform, "/");