[clang] [Clang-Repl] Sinking RemoteJITUtils into Interpreter class(Refactoring) (PR #155140)

Abhinav Kumar via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 7 00:17:39 PDT 2025


kr-2003 wrote:

> Not sure what's the problem but if that does not fail upstream please remove it. What are the other declarations that make OffloadArch ambiguous?

Sorry, it was mistake from my side. I included ``using namespace clang;`` in the ClangRepl.cpp. So, it was getting confused by the enum declared by the same name in clang's ns. 

https://github.com/llvm/llvm-project/pull/155140


More information about the cfe-commits mailing list