summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/tools/check-openmp.pl
blob: 60334d7f026c294798f728dad716d9a974f47b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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('', $root_dir, "/", "exports", "/", $target_platform, "/", "lib");

OpenPOWER on IntegriCloud