Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2021-01-28 18:46:22 +0300
committerTom Stellard <tstellar@redhat.com>2021-02-24 06:17:21 +0300
commit4918a3d138b907a571f496661b5367e090e1e8bb (patch)
treef942a8af04a33fa3a0a414d41ab1484e11820300
parentd56d2c8863b6ae3637b6261c32ea9479d8e1e2d6 (diff)
[libc++] Fix extern-templates.sh.cpp test on Linuxllvmorg-12.0.0-rc2
(cherry picked from commit bf5941afcda3ac6570ba25165758869287491e0d)
-rw-r--r--libcxx/test/libcxx/debug/extern-templates.sh.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/debug/extern-templates.sh.cpp b/libcxx/test/libcxx/debug/extern-templates.sh.cpp
index b2ed6a63d630..0e19895ba8f0 100644
--- a/libcxx/test/libcxx/debug/extern-templates.sh.cpp
+++ b/libcxx/test/libcxx/debug/extern-templates.sh.cpp
@@ -15,7 +15,7 @@
// UNSUPPORTED: libcpp-has-no-localization
// RUN: %{cxx} %{flags} %{compile_flags} %s %{link_flags} -fPIC -DTU1 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -shared -o %t.lib
-// RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s %basename_t.tmp.lib %{link_flags} -fPIC -DTU2 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -o %t.exe
+// RUN: cd %T && %{cxx} %{flags} %{compile_flags} %s ./%basename_t.tmp.lib %{link_flags} -fPIC -DTU2 -D_LIBCPP_DEBUG=1 -fvisibility=hidden -o %t.exe
// RUN: %{exec} %t.exe
#include <cassert>