Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
d11617f6e0622bbf843d6f8d60c441f844e46e9a
/
test
/
CodeGen
/
2009-04-23-dbg.c
98406a9
There is no reason for this test to invoke 'llc'.
by Daniel Dunbar
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
b044c47
Update clang for raw_fd_ostream no longer requiring F_Force.
by Dan Gohman
· 15 years ago
87de649
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.
by Devang Patel
· 16 years ago