http://llvm.org/bugs/show_bug.cgi?id=21424

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Richard Smith <[email protected]> ---
> /Users/tobias/llvm/bin/clang

Per the documentation
(http://clang.llvm.org/docs/UsersManual.html#controlling-code-generation), you
must use clang++ to link code using UBSan in C++. (This would also remove the
need to manually specify -lstdc++.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to