[Instrumentation] Fix a warning
[llvm-project.git] / llvm / test / tools / dxil-dis / triple.ll
blob1c21d3fa6284204f271566316a764204c5cb2121
1 ; RUN: llc --filetype=obj %s -o - | dxil-dis  -o - | FileCheck %s
2 target triple = "dxil-unknown-shadermodel6.7-library"
4 ; Make sure triple updated to dxil.
5 ; CHECK:target triple = "dxil-ms-dx"