forked from OSchip/llvm-project
[lldb] Try to fix writing outside temp dir from 4bafceced6
This commit is contained in:
parent
398dc06ad0
commit
d035c832c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue