Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)
commit6a7abea47418721616c9dd7a16f5cc3e5a67d49c
authorStefan Gränitz <stefan.graenitz@gmail.com>
Tue, 23 Jan 2024 17:44:07 +0000 (23 18:44 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 17:44:07 +0000 (23 18:44 +0100)
treef1f7a48fdde52d25e69cc5e0e8378a8a285d99a4
parentedeaf41e22cc7b1ab9ef30954762f2a08a3c3561
Revert "[clang-repl] Enable native CPU detection by default (#77491)" (#79178)

Reverting because `clang-repl -Xcc -mcpu=arm1176jzf-s` isn't overwriting
this as I had expected. We need to check whether a specific CPU flag was
given by the user first.

Reverts llvm/llvm-project#77491
clang/lib/Interpreter/Interpreter.cpp