History log of /external/clang/test/CodeGen/2009-04-23-dbg.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49a6f4468d3f5e03d694e48b48572a0d3eab8cba 30-Jul-2010 Daniel Dunbar <daniel@zuster.org> There is no reason for this test to invoke 'llc'.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109847 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/2009-04-23-dbg.c
3573b2c84372d9484296fa658f5276f6c09acb92 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
- 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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91446 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/2009-04-23-dbg.c
27eca86795675caa21a642efa54118644f7c4575 25-Aug-2009 Dan Gohman <gohman@apple.com> Update clang for raw_fd_ostream no longer requiring F_Force.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79991 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/2009-04-23-dbg.c
2d6bb2b7a224f513aeb6f984908e3c7adf22fd28 23-Apr-2009 Devang Patel <dpatel@apple.com> Handle corner case where clang-cc is invoked directly to compile preprocessed source file without -main-file-name. In this case, CDDebugInfo is not able identify correct main source file becase SM.isFromMainFile() returns true for locations from header files as well as locations from main source file.
This patch takes conservative approach by not emitting more then one compile unit with isMain bit set.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69902 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/2009-04-23-dbg.c