[SelectionDAG] Use -filetype=null for llc RUN lines in pr142937 (#180004)

This patch adds -filetype=null to the llc RUN lines in pr142937.ll, to
ensure that the test does not attempt to write files to the local
directory.

Follow-up to #179249.
This commit is contained in:
Kerem Şahin 2026-02-06 19:33:51 +03:00 committed by GitHub
parent 7887e3a398
commit 29891ec07c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: not llc %s -mtriple=i686-- -O0 2>&1 | FileCheck %s
; RUN: not llc %s -mtriple=x86_64-- -O0 2>&1 | FileCheck %s
; RUN: not llc %s -mtriple=i686-- -O0 -filetype=null 2>&1 | FileCheck %s
; RUN: not llc %s -mtriple=x86_64-- -O0 -filetype=null 2>&1 | FileCheck %s
; CHECK: must be lowered by the LowerTypeTests pass