[LLVMbugs] [Bug 13106] asan build failure with old/buggy libstdc++

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 14 18:03:16 PDT 2012


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

Prakash <satyaprakash.prasad at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |

--- Comment #14 from Prakash <satyaprakash.prasad at gmail.com> 2012-06-14 20:03:16 CDT ---
The http://clang.llvm.org/get_started.html#build states that the following
components  needs to be downloaded and build:

1.llvl
2.clang
3.compiler-rt

My error seems to have happen after compiling llvm and clang in Compiler-RT
component. As such can Compiler-RT be ignored and I can make use of llvm and
clang. Is there intermediate way where I can make use of clang and its
supporting libraries

Also please let me know what’s the difference in between the below two output
which I received during build:

Previously I was getting “Debug+Asserts” :

llvm[4]: Compiling ClangCheck.cpp for Debug+Asserts build
llvm[4]: Linking Debug+Asserts executable clang-check

Now after a couple of times re-make I am getting “Release+Asserts”:

llvm[4]: Compiling DiagTool.cpp for Release+Asserts build
llvm[4]: Compiling DiagnosticNames.cpp for Release+Asserts build
llvm[4]: Compiling ListWarnings.cpp for Release+Asserts build

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list