rust/compiler
Tomasz Miąsko 095d818e0c Always include global target features in function attributes
This ensures that information about target features configured with
`-C target-feature=...` or detected with `-C target-cpu=native` is
retained for subsequent consumers of LLVM bitcode.

This is crucial for linker plugin LTO, since this information is not
conveyed to the plugin otherwise.
2022-03-04 16:57:34 +01:00
..
2022-03-03 19:47:23 +08:00
2022-03-04 16:57:34 +01:00
2022-03-01 20:02:47 +08:00
2022-03-03 19:47:23 +08:00
2022-03-02 17:46:12 +01:00