[lldb] Try to fix writing outside temp dir from 4bafceced6

This commit is contained in:
Sam McCall 2020-01-17 17:30:12 +01:00
parent 398dc06ad0
commit d035c832c3
1 changed files with 3 additions and 0 deletions

View File

@ -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