llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-x86

Author: None (Sirraide)

<details>
<summary>Changes</summary>

I forgot to add the `stddefer.h` header to this list, which causes it to not be 
found at the moment: (see https://godbolt.org).

---
Full diff: https://github.com/llvm/llvm-project/pull/172512.diff


1 Files Affected:

- (modified) clang/lib/Headers/CMakeLists.txt (+1) 


``````````diff
diff --git a/clang/lib/Headers/CMakeLists.txt b/clang/lib/Headers/CMakeLists.txt
index 038859a513eb8..1b96ac417bf70 100644
--- a/clang/lib/Headers/CMakeLists.txt
+++ b/clang/lib/Headers/CMakeLists.txt
@@ -24,6 +24,7 @@ set(core_files
   stdcountof.h
   stdckdint.h
   stddef.h
+  stddefer.h
   __stddef_header_macro.h
   __stddef_max_align_t.h
   __stddef_null.h

``````````

</details>


https://github.com/llvm/llvm-project/pull/172512
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to