mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
384d8ce0d5
This addresses an issue introduced in dedad08 and is needed to make sure this test works properly on Windows.
5 lines
187 B
Plaintext
5 lines
187 B
Plaintext
RUN: env LLVM_SYMBOLIZER_OPTS=--print-address llvm-symbolizer 0x20112f | FileCheck %s
|
|
RUN: env LLVM_ADDR2LINE_OPTS=--print-address llvm-addr2line 0x20112f | FileCheck %s
|
|
|
|
CHECK: 0x20112f
|