[llvm-commits] [gcc-plugin] r76571 - /gcc-plugin/trunk/bits_and_bobs.cpp

Duncan Sands baldrick at free.fr
Tue Jul 21 05:25:43 PDT 2009


Author: baldrick
Date: Tue Jul 21 07:25:34 2009
New Revision: 76571

URL: http://llvm.org/viewvc/llvm-project?rev=76571&view=rev
Log:
These routines are all declared as static in gcc
mainline - need to figure out how best to get at
the info they provide.

Modified:
    gcc-plugin/trunk/bits_and_bobs.cpp

Modified: gcc-plugin/trunk/bits_and_bobs.cpp
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/bits_and_bobs.cpp?rev=76571&r1=76570&r2=76571&view=diff

==============================================================================
--- gcc-plugin/trunk/bits_and_bobs.cpp (original)
+++ gcc-plugin/trunk/bits_and_bobs.cpp Tue Jul 21 07:25:34 2009
@@ -41,3 +41,21 @@
 void llvmEraseLType(const Type *Ty) {
 abort();
 }
+
+int ix86_regparm;
+
+extern "C" bool contains_aligned_value_p (tree type) {
+abort();
+}
+
+extern "C" enum machine_mode ix86_getNaturalModeForType(tree type) {
+abort();
+}
+
+extern "C" int ix86_HowToPassArgument(...) {
+abort();
+}
+
+extern "C" int ix86_ClassifyArgument(...) {
+abort();
+}





More information about the llvm-commits mailing list