OSDN Git Service

Guess what happens when asserts are disabled. :(
authorChris Lattner <sabre@nondot.org>
Wed, 30 Aug 2006 20:37:06 +0000 (20:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 30 Aug 2006 20:37:06 +0000 (20:37 +0000)
commit9b0d6f4ca64b9d7b029a5f39581a02b2e7bb6559
treea67515ed3b56ede50b6eafbb19b7aba3450555e0
parent1b1a49714ef26225a42199cf2930529f31868322
Guess what happens when asserts are disabled.  :(

Also, the assert could never fire due to || instead of &&.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/DynamicLibrary.cpp