================
@@ -111,7 +111,7 @@ int main(int argc, const char **argv) {
auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(),
OFS);
- auto Driver = std::make_unique<driver::Driver>(
+ auto Driver = std::make_unique<clang::driver::Driver>(
----------------
tblah wrote:
The file imports both the `clang` and `llvm` namespaces. So now that I have
added `llvm::driver`, `driver::Driver` is ambiguous.
https://github.com/llvm/llvm-project/pull/71734
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits