Mercurial > hg > CbC > CbC_llvm
view lldb/test/Shell/Expr/TestIRMemoryMapWindows.test @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children |
line wrap: on
line source
# REQUIRES: system-windows # RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj # RUN: %msvc_link /debug:full %t.obj /out:%t # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free