Author: Sam McCall Date: 2020-01-17T17:30:12+01:00 New Revision: d035c832c3f9d29eb1d29b6d22cd8d018a6462c6
URL: https://github.com/llvm/llvm-project/commit/d035c832c3f9d29eb1d29b6d22cd8d018a6462c6 DIFF: https://github.com/llvm/llvm-project/commit/d035c832c3f9d29eb1d29b6d22cd8d018a6462c6.diff LOG: [lldb] Try to fix writing outside temp dir from 4bafceced6a7641be7b090229c6ccef22cf55bff Added: Modified: lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml Removed: ################################################################################ diff --git a/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml b/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml index d72080f40224..852fbb64cc78 100644 --- a/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml +++ b/lldb/test/Shell/ObjectFile/wasm/unified-debug-sections.yaml @@ -1,3 +1,6 @@ +# RUN: rm -rf %t +# RUN: mkdir %t +# RUN: cd %t # RUN: yaml2obj -docnum=1 %s > test.wasm # RUN: yaml2obj -docnum=2 %s > test_sym.wasm # RUN: lldb-test object-file test.wasm | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits