Skip to content

Commit

Permalink
[libc++] Fix extern template test failing on Windows
Browse files Browse the repository at this point in the history
See https://reviews.llvm.org/D94718#2521489 for details.

(cherry picked from commit 90407b1)
  • Loading branch information
ldionne authored and tstellar committed Feb 24, 2021
1 parent 06e5dec commit d56d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/test/libcxx/debug/extern-templates.sh.cpp
Expand Up @@ -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: %{cxx} %{flags} %{compile_flags} %s %t.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>
Expand Down

0 comments on commit d56d2c8

Please sign in to comment.