mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
a96b68649e
options-from-env.test (D71668) does not test it intended to test: `llvm-symbolizer 0x20112f` prints `0x20112f` in the absence of an environment variable.
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
# RUN: env LLVM_SYMBOLIZER_OPTS='0 1 --verbose' llvm-symbolizer 2 | FileCheck %s
|
|
# RUN: env LLVM_ADDR2LINE_OPTS='0 1 --verbose' llvm-addr2line 2 | FileCheck %s
|
|
|
|
# CHECK: 0
|
|
# CHECK-NEXT: 1
|
|
# CHECK-NEXT: 2
|