[clang] [clang][repl] fix `new` on Mac M1 (PR #69072)
Vassil Vassilev via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 19 23:24:13 PDT 2023
================
@@ -24,6 +24,7 @@
#include "llvm/ExecutionEngine/Orc/LLJIT.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/TargetSelect.h"
+#include "llvm/TargetParser/Host.h"
----------------
vgvassilev wrote:
The changes in this file should not be needed.
https://github.com/llvm/llvm-project/pull/69072
More information about the cfe-commits
mailing list