[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / Expr / TestIRMemoryMapWindows.test
blobae29492c9ccc9fb82d8caee2c3277e89335aced1
1 # REQUIRES: system-windows
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
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
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
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