OSDN Git Service

Need to throw std::string not const char* if we want error messages to be
authorReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 00:06:52 +0000 (00:06 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 30 Aug 2004 00:06:52 +0000 (00:06 +0000)
commit6386009ea62cdf46fbd447d6c58176d5ed4b7a27
tree0bb7fcc0134a32cddf9a9de4c8d566c3787d1553
parent514b9671f92f3ae688422ade7630fa09257ce267
Need to throw std::string not const char* if we want error messages to be
caught.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16109 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvmc/llvmc.cpp