[PATCH] Optional support for dynamic Asan runtime

Alexey Samsonov samsonov at google.com
Mon Mar 31 07:15:27 PDT 2014



================
Comment at: cmake/Modules/AddCompilerRT.cmake:45
@@ +44,3 @@
+#                         DEFS <compile definitions>
+#                         OUTPUT_NAME <library name>)
+macro(add_compiler_rt_runtime name arch type)
----------------
Yury Gribov wrote:
> Alexey Samsonov wrote:
> > Why is the default OUTPUT_NAME not suitable here?
> I want to use same name for static and dynamic runtimes but default name for dynamic is clang_rt.asan-dynamic-${arch}.
Ok, got it.


http://llvm-reviews.chandlerc.com/D3042



More information about the llvm-commits mailing list