================
@@ -11,19 +11,245 @@
 
//===----------------------------------------------------------------------===//
 
 #include "DeviceOffload.h"
+#include "IncrementalAction.h"
 
 #include "clang/Basic/TargetOptions.h"
 #include "clang/CodeGen/ModuleBuilder.h"
 #include "clang/Frontend/CompilerInstance.h"
 #include "clang/Interpreter/PartialTranslationUnit.h"
 
+#include "llvm/ADT/StringSet.h"
----------------
yxsamliu wrote:

`Internalize.h`, `DeviceCodeGenOpts`, and the HIP parser's `TM` member appear 
to be unused after removing `optimize()`. Could we remove them as well?

https://github.com/llvm/llvm-project/pull/218337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to