Displaying 1 result from an estimated 1 matches for "ca68f7e".
2013 Oct 10
3
[LLVMdev] A new builtin: __builtin_stack_pointer()
...lly make the kernel code work equally well with both
compilers (clang and gcc).
Thoughts?
Thanks to Mark Charlebois for writing the patch below.
Behan
--
Behan Webster
behanw at converseincode.com
diff --git a/include/clang/Basic/Builtins.def b/include/clang/Basic/Builtins.def
index 0a513ef..ca68f7e 100644
--- a/include/clang/Basic/Builtins.def
+++ b/include/clang/Basic/Builtins.def
@@ -437,6 +437,7 @@ BUILTIN(__builtin_strstr, "c*cC*cC*", "nF")
BUILTIN(__builtin_return_address, "v*IUi", "n")
BUILTIN(__builtin_extract_return_addr, "v*v*", &qu...