1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/llc
Fangrui Song 3f6a90dc9a [llc] Initialize TargetOptions after Triple is available
Some targets have different defaults. This patch defers initialization of `TargetOptions` so that a future patch can pass `TargetOptions` to `InitTargetOptionsFromCodeGenFlags`

Reviewed By: jasonliu

Differential Revision: https://reviews.llvm.org/D88748
2020-10-02 11:43:40 -07:00
..
CMakeLists.txt Speculative fix for build breakage from D78403 2020-05-14 23:57:22 -04:00
llc.cpp [llc] Initialize TargetOptions after Triple is available 2020-10-02 11:43:40 -07:00
LLVMBuild.txt