mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
34e32c59b8
These were all failing when building the X86 backend but specifying LLVM_DEFAULT_TARGET_TRIPLE=''. llvm-svn: 323608
9 lines
216 B
YAML
9 lines
216 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: ...
|