bolt/deps/llvm-18.1.8/llvm/test/tools/dxil-dis/triple.ll
2025-02-14 19:21:04 +01:00

5 lines
194 B
LLVM

; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
target triple = "dxil-unknown-shadermodel6.7-library"
; Make sure triple updated to dxil.
; CHECK:target triple = "dxil-ms-dx"