================ @@ -11,17 +11,46 @@ //===----------------------------------------------------------------------===// #include "flang/Frontend/CodeGenOptions.h" +#include "llvm/TargetParser/Triple.h" #include <optional> #include <string.h> namespace Fortran::frontend { +using namespace llvm; ---------------- tarunprabhu wrote:
We generally do not use `using namespace llvm` in flang. https://github.com/llvm/llvm-project/pull/137759 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits