summaryrefslogtreecommitdiffstats
path: root/openmp/tools
diff options
context:
space:
mode:
authorprotze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de>2019-11-22 14:29:19 +0100
committerprotze@itc.rwth-aachen.de <protze@itc.rwth-aachen.de>2019-11-22 14:31:54 +0100
commitac21de0d7eb8e2c4ab85bfc41fcc7b90b93b1ffc (patch)
tree62704b3357b657be1f69b3a4587475577fc36eb5 /openmp/tools
parent04945c92ce00e5388be3ab493135b934a25903b4 (diff)
downloadbcm5719-llvm-ac21de0d7eb8e2c4ab85bfc41fcc7b90b93b1ffc.tar.gz
bcm5719-llvm-ac21de0d7eb8e2c4ab85bfc41fcc7b90b93b1ffc.zip
[OpenMP][Tool] Fix cmake variable in lit.site.cfg.in
As noted in D45890
Diffstat (limited to 'openmp/tools')
-rw-r--r--openmp/tools/archer/tests/lit.site.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/tools/archer/tests/lit.site.cfg.in b/openmp/tools/archer/tests/lit.site.cfg.in
index 03822f842f8..8ab8821e4f5 100644
--- a/openmp/tools/archer/tests/lit.site.cfg.in
+++ b/openmp/tools/archer/tests/lit.site.cfg.in
@@ -10,7 +10,7 @@ config.libomp_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
config.omp_library_dir = "@LIBOMP_LIBRARY_DIR@"
config.omp_header_dir = "@LIBOMP_INCLUDE_DIR@"
config.operating_system = "@CMAKE_SYSTEM_NAME@"
-config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@
+config.has_libatomic = "@LIBARCHER_HAVE_LIBATOMIC@"
config.test_archer_flags = "@OPENMP_TEST_ARCHER_FLAGS@"
config.libarcher_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
OpenPOWER on IntegriCloud