summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/libcalls-fno-builtin.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a few more test cases for verifying -fno-builtin.Meador Inge2012-11-101-0/+97
| | | | | | | Some holes in testing where discovered while working on the LLVM library call simplifiers. llvm-svn: 167661
* I referenced the incorrect rdar in my previous commit (r151745). Add the Chad Rosier2012-02-291-0/+1
| | | | | | | correct radar number to the test case for tracking purposes. rdar://10551066 llvm-svn: 151746
* Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiatedChad Rosier2012-02-291-0/+27
by the BAA pass, which uses the default TargetLibraryInfo constructor. Unfortunately, the default TargetLibraryInfo constructor assumes all library calls are available and thus ignores -fno-builtin. rdar://10947759 llvm-svn: 151745
OpenPOWER on IntegriCloud