Mercurial > hg > CbC > CbC_llvm
annotate lldb/test/Shell/Expr/TestIRMemoryMapWindows.test @ 173:0572611fdcc8 llvm10 llvm12
reorgnization done
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 11:55:54 +0900 |
parents | 1d019706d866 |
children |
rev | line source |
---|---|
150 | 1 # REQUIRES: system-windows |
2 | |
3 # RUN: %clang_cl_host /Zi /GS- %p/Inputs/call-function.cpp /c /o %t.obj | |
4 # RUN: %msvc_link /debug:full %t.obj /out:%t | |
5 | |
6 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-basic | |
7 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-basic | |
8 | |
9 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1 | |
10 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1 | |
11 | |
12 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-mix-malloc-free | |
13 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-mix-malloc-free |