llvm-project
5e79d979 - [llc] Fix -mcpu=help for default target triple (#187878)

Commit
33 days ago
[llc] Fix -mcpu=help for default target triple (#187878) Previously, a command like `llc -mcpu=help` would fail on invalid target triple, due to wrongly passing empty target to `Triple::normalize` resulting in `unknown`.
Author
Parents
Loading