[PATCH] [compiler-rt] Move arm vfp builtins to their own folder

Saleem Abdulrasool compnerd at compnerd.org
Mon May 12 17:29:48 PDT 2014


================
Comment at: lib/builtins/arm/vfp/adddf3vfp.S:10
@@ -9,3 +9,3 @@
 
-#include "../assembly.h"
+#include "../../assembly.h"
 
----------------
Im tempted to say that we should adjust the CPPFLAGS to include $(top_srcdir)/lib/builtins in the include search path and make this into:

    #include "assembly.h"

We certainly do similar things on the LLVM side where we assume that $(top_srcdir)/include is in the search path for headers.  I don't think that the minor discomfort of gf no longer working in vim is a huge loss.

http://reviews.llvm.org/D3731






More information about the cfe-commits mailing list