[libcxx-commits] [PATCH] D77541: [libc++] [test] Add missing FILE_DEPENDENCIES to align.pass.sh.cpp

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 6 06:28:25 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa41cd6bb897b: [libc++] [test] Add missing FILE_DEPENDENCIES to align.pass.sh.cpp (authored by broadwaylamb, committed by ldionne).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77541/new/

https://reviews.llvm.org/D77541

Files:
  libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp


Index: libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
===================================================================
--- libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
+++ libcxx/test/libcxx/atomics/atomics.align/align.pass.sh.cpp
@@ -8,6 +8,7 @@
 //
 // UNSUPPORTED: libcpp-has-no-threads, c++98, c++03
 // REQUIRES: libatomic
+// FILE_DEPENDENCIES: %t.exe
 // RUN: %{build} -latomic
 // RUN: %{run}
 //


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77541.255311.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200406/c5cff7c1/attachment.bin>


More information about the libcxx-commits mailing list