OSDN Git Service

Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown
authorReid Spencer <rspencer@reidspencer.com>
Sun, 2 Jan 2005 17:43:20 +0000 (17:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 2 Jan 2005 17:43:20 +0000 (17:43 +0000)
commit325a87e3fd6808b76a667af8b1af41c2ecf82fc6
tree267c45e65f7592c91d72eda85fbefa3dd144735f
parent4a1e5c09bbea6df0cbe35e8a2be21b5c870db5d8
Avoid use of -fomit-frame-pointer on FreeBSD platforms. It causes thrown
exceptions to abort() in cases where it should not.

Many thanks to Duraid Madina for doing the heavy lifting on the analysis
of this problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19256 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules