We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04cf10 commit a223ec2Copy full SHA for a223ec2
clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
@@ -11,10 +11,8 @@
11
//
12
//===----------------------------------------------------------------------===//
13
14
-// FIXME(cir): This header file is not exposed to the public API, but can be
15
-// reused by CIR ABI lowering since it holds target-specific information.
16
-#include "../../../../Basic/Targets.h"
17
#include "clang/Basic/LangOptions.h"
+#include "clang/Basic/TargetInfo.h"
18
#include "clang/Basic/TargetOptions.h"
19
20
#include "CIRLowerContext.h"
0 commit comments