[llvm] [DirectX] Add Range Overlap validation (PR #152229)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 13:35:08 PDT 2025
================
@@ -0,0 +1,20 @@
+//===-- DXILABI.cpp - ABI Sensitive Values for DXIL --------------*- C++-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements functions that can be reused accross different stages
+// dxil generation.
+//
+//===----------------------------------------------------------------------===//
+
+#include "llvm/BinaryFormat/DXContainer.h"
----------------
bogner wrote:
Looks like you removed the actual dependency but forgot to remove the include here
https://github.com/llvm/llvm-project/pull/152229
More information about the llvm-commits
mailing list