[llvm] [orc-rt] add a check to ensure the headers on disk match what we install via the fileset. (PR #216482)

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 22:49:43 PDT 2026


================
@@ -74,6 +74,7 @@ target_include_directories(orc-rt-executor-impl-headers INTERFACE
 # Apply RTTI and exceptions compile flags
 target_compile_options(orc-rt-executor PRIVATE ${ORC_RT_COMPILE_FLAGS})
 # TODO: Use common runtimes infrastructure for output and install paths
+# https://github.com/llvm/llvm-project/commit/afb80bddf147c134c5e3cf3f357f8d00bdfd526c
----------------
lhames wrote:

What's the URL here?

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


More information about the llvm-commits mailing list