[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:42 PDT 2026
================
@@ -1,17 +1,21 @@
set(ORC_RT_HEADERS
orc-rt-c/Compiler.h
- orc-rt-c/CoreTyspe.h
+ orc-rt-c/CoreTypes.h
----------------
lhames wrote:
Oops. Thanks for catching the typo and all the missing files!
https://github.com/llvm/llvm-project/pull/216482
More information about the llvm-commits
mailing list