mirror of
https://github.com/RPCS3/llvm.git
synced 2026-08-27 02:51:23 -04:00
e865eb4d0b
These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323608 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
208 B
YAML
7 lines
208 B
YAML
# RUN: llc -mtriple=x86_64-- -run-pass none -o - %s | FileCheck %s
|
|
# Make sure empty files don't crash us
|
|
# CHECK: --- |
|
|
# ... moduleid, sourcefilename stuff here ..
|
|
# CHECK: target datalayout =
|
|
# CHECK: ...
|