[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:
parent
7887e3a398
commit
29891ec07c
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user