mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-22 03:35:35 -04:00
2144c5262f
When parsing .mir files immediately construct the MachineFunctions and put them into MachineModuleInfo. This allows us to get rid of the delayed construction (and delayed error reporting) through the MachineFunctionInitialzier interface. Differential Revision: https://reviews.llvm.org/D33809 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304758 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
198 B
YAML
9 lines
198 B
YAML
# RUN: llc -run-pass none -o - %s | FileCheck %s
|
|
# Make sure empty files don't crash us
|
|
---
|
|
...
|
|
# CHECK: --- |
|
|
# ... moduleid, sourcefilename stuff here ..
|
|
# CHECK: target datalayout =
|
|
# CHECK: ...
|