Commit Graph

2 Commits

Author SHA1 Message Date
Evgeniy Stepanov c80d3f6f2f Re-enable several builtins in non-gnu modes.
This is a partial revert of 183015.
By not recognizing things like _setjmp we lose (returns_twice) attribute on
them, which leads to incorrect code generation.
Fixes PR16138.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206362 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-16 08:06:33 +00:00
Benjamin Kramer 708eb71b3d Testcase for r183015.
I hate svn add.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@183019 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-31 17:01:30 +00:00