summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/debug-info-linkagename.m
Commit message (Collapse)AuthorAgeFilesLines
* Stop messing with the 'g' group of options in CompilerInvocation.Douglas Katzman2015-10-081-1/+1
| | | | | | | | | | | | | | | | With this change, most 'g' options are rejected by CompilerInvocation. They remain only as Driver options. The new way to request debug info from cc1 is with "-debug-info-kind={line-tables-only|limited|standalone}" and "-dwarf-version={2|3|4}". In the absence of a command-line option to specify Dwarf version, the Toolchain decides it, rather than placing Toolchain-specific logic in CompilerInvocation. Also fix a bug in the Windows compatibility argument parsing in which the "rightmost argument wins" principle failed. Differential Revision: http://reviews.llvm.org/D13221 llvm-svn: 249655
* Robustify test.Devang Patel2010-08-251-4/+2
| | | | llvm-svn: 112062
* tests: Disable this test for now, it is overly pessimistic and I am not sure ↵Daniel Dunbar2010-08-251-0/+3
| | | | | | how to fix it. llvm-svn: 112023
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Tests use the new clang.Fariborz Jahanian2009-12-141-1/+1
| | | | llvm-svn: 91290
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-1/+1
| | | | | | | | - This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
* Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol ↵Devang Patel2009-07-161-2/+0
| | | | | | names (rev. 75875) llvm-svn: 75876
* Revert 75648 for now. It is causing test failures.Devang Patel2009-07-141-0/+2
| | | | llvm-svn: 75684
* Use LLVM mangler to get mangled name for debug info entry.Devang Patel2009-07-141-2/+0
| | | | llvm-svn: 75589
* I just revertd llvm patch. Devang Patel2009-07-141-0/+1
| | | | | | XFAIL this for now until I prepare clang specific patch. llvm-svn: 75575
* New testcase for rev 75503.Devang Patel2009-07-131-0/+18
llvm-svn: 75504
OpenPOWER on IntegriCloud