[flang-commits] [clang] [llvm] [flang] [flang] add fveclib flag (PR #71734)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri Nov 10 03:31:36 PST 2023
================
@@ -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>(
----------------
kiranchandramohan wrote:
Are these clang prefixes required?
https://github.com/llvm/llvm-project/pull/71734
More information about the flang-commits
mailing list