================
@@ -467,6 +467,10 @@ int main(int argc, char **argv) {
FeaturesStr = Features.getString();
}
+ // Replace -mcpu=native with Host CPU.
----------------
jurahul wrote:
Thanks. Makes sense.
https://github.com/llvm/llvm-project/pull/159414