[PATCH] D28791: [compiler-rt][crt] Simple crtbegin and crtend implementation

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 14:23:57 PST 2017


beanz added inline comments.


================
Comment at: lib/crt/CMakeLists.txt:15
+  add_custom_target(${name} DEPENDS ${name}.o)
+  add_custom_target(install-${name}
+                    DEPENDS ${name}
----------------
Unless I'm missing something it looks like you're missing the actual `install(...)` call. :-)


Repository:
  rL LLVM

https://reviews.llvm.org/D28791





More information about the llvm-commits mailing list