mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-27 11:55:49 +00:00
8ce71fb2c7
If we just invoke clang-cl without specifying the linker, the tests fail on Windows because they cannot find the correct linker to use, so it needs to be specified explicitly llvm-svn: 347323
14 lines
586 B
Plaintext
14 lines
586 B
Plaintext
# REQUIRES: system-windows
|
|
|
|
# RUN: %clang_cl /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
|