[llvm-commits] [PATCH][compiler-rt][CMake][TSan] Compile .S files for tsan as C instead of CXX.

Chandler Carruth chandlerc at google.com
Fri Sep 21 15:32:50 PDT 2012


LGTM


On Fri, Sep 21, 2012 at 3:28 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:

> The attached patch changes the compiler-rt CMake build to compile .S
> files as C instead of CXX. Using CXX breaks if you add -stdlib=libc++
> to CMAKE_CXX_FLAGS.
>
> - Michael Spencer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120921/9066a9a0/attachment.html>


More information about the llvm-commits mailing list