Displaying 2 results from an estimated 2 matches for "c_header".
Did you mean:
q_header
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...drew Kelley <superjoe30 at gmail.com>
Date: Fri Dec 1 12:06:33 2017 -0500
LLD patch: COFF: better behavior when using as a library
This applies de776439b61fb71c1256ad86238799c758c66048
from the LLVM git monorepo to the embedded LLD.
* Patches to clang headers:
diff --git a/c_headers/stdarg.h b/c_headers/stdarg.h
index d603d353..101426ff 100644
--- a/c_headers/stdarg.h
+++ b/c_headers/stdarg.h
@@ -26,14 +26,10 @@
#ifndef __STDARG_H
#define __STDARG_H
-/* zig: added because macos _va_list.h was duplicately defining va_list
- */
#ifndef _VA_LIST
-#ifndef _VA_LIST_T
typedef...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi,
I've tagged the 5.0.1-rc2 release, go ahead and start testing and report
your results.
-Tom