[all-commits] [llvm/llvm-project] 85c779: [llc] -filetype=null: don't create .null if -o is ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Oct 12 17:29:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 85c779d256207fe82ba876d19724c497ee904be7
https://github.com/llvm/llvm-project/commit/85c779d256207fe82ba876d19724c497ee904be7
Author: Fangrui Song <i at maskray.me>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/test/CodeGen/X86/null-streamer.ll
M llvm/tools/llc/llc.cpp
Log Message:
-----------
[llc] -filetype=null: don't create .null if -o is not specified
The new behavior is consistent with llvm-mc -filetype=null.
More information about the All-commits
mailing list