llvm-project
5e79d979
- [llc] Fix -mcpu=help for default target triple (#187878)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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`.
References
#187878 - [llc] Fix -mcpu=help for default target triple
Author
tomershafir
Parents
76177971
Loading