[clang] [clang] Move CCC_OVERRIDE_OPTIONS implementation to Driver (PR #85425)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 15 11:13:01 PDT 2024


================
@@ -87,6 +87,7 @@
 #include "llvm/Support/Process.h"
 #include "llvm/Support/Program.h"
 #include "llvm/Support/RISCVISAInfo.h"
+#include "llvm/Support/Regex.h"
----------------
MaskRay wrote:

remove #include "llvm/Support/Regex.h" for clang/tools/driver/driver.cpp

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


More information about the cfe-commits mailing list