[libcxx-commits] [PATCH] D68275: [libcxx] [test] Query the target platform, not the host one
Sergej Jaskiewicz via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 11 11:10:24 PDT 2019
broadwaylamb updated this revision to Diff 224640.
broadwaylamb added a comment.
Revert accidentally removed import in `executor.py`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68275/new/
https://reviews.llvm.org/D68275
Files:
libcxx/utils/libcxx/test/executor.py
Index: libcxx/utils/libcxx/test/executor.py
===================================================================
--- libcxx/utils/libcxx/test/executor.py
+++ libcxx/utils/libcxx/test/executor.py
@@ -6,6 +6,7 @@
#
#===----------------------------------------------------------------------===##
+import platform
import os
from pathlib import PurePosixPath
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68275.224640.patch
Type: text/x-patch
Size: 361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191011/d3cda7a5/attachment.bin>
More information about the libcxx-commits
mailing list