[llvm] [Runtimes] Allow HandleLibc.cmake to be called multiple times (PR #193540)

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 10:53:22 PDT 2026


================
@@ -10,42 +10,44 @@
 
 include_guard(GLOBAL)
----------------
petrhosek wrote:

This should be already handled by [`include_guard`](https://cmake.org/cmake/help/latest/command/include_guard.html) so I'd expect this change to be a no-op.

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


More information about the llvm-commits mailing list