diff options
author | Chris Lattner <sabre@nondot.org> | 2009-01-30 18:44:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-01-30 18:44:17 +0000 |
commit | 71d8bfb560735e8d47105cf434409ed347267830 (patch) | |
tree | fa9f36dcc28571ef63efd91c265f26edfaa98863 /lib/CodeGen/CGCall.cpp | |
parent | e33edf150adc44a34c5f6c8ed6109f6dcd2f70c6 (diff) |
avoid emitting a bogus line marker for the top level #include
location. We now -E a file containing "foo" into:
# 1 "t.c"
# 1 "t.c" 1
# 1 "<predefines>" 1
# 1 "t.c" 2
foo
instead of:
# 1 "t.c"
# 1 "t.c" 1
# 0 "t.c"
# 1 "<predefines>" 1
# 1 "t.c" 2
foo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGCall.cpp')
0 files changed, 0 insertions, 0 deletions