Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / utils / lit / tests / Inputs / per-test-coverage / per-test-coverage.py
blob59e806939a23acb6b468ed37c6365bacda2de784
1 # Check that the environment variable is set correctly
2 # RUN: %{python} %s | FileCheck -DINDEX=1 %s
3 # RUN: %{python} %s | FileCheck -DINDEX=2 %s
5 # Python script to read the environment variable
6 # and print its value
7 import os
9 llvm_profile_file = os.environ.get('LLVM_PROFILE_FILE')
10 print(llvm_profile_file)
12 # CHECK: per-test-coverage[[INDEX]].profraw