aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/PrintfFormatString.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2013-01-17 21:38:06 +0000
committerKevin Enderby <enderby@apple.com>2013-01-17 21:38:06 +0000
commitae2ec4745fc102e77b45057269fe68cbe797d0b2 (patch)
treee993920fc2d60daf817b2f131d61b97ba3710c06 /clang/lib/Analysis/PrintfFormatString.cpp
parentbcba2b2b7507d997742eaf1aa108b91d28b84fce (diff)
downloadllvm-ae2ec4745fc102e77b45057269fe68cbe797d0b2.zip
llvm-ae2ec4745fc102e77b45057269fe68cbe797d0b2.tar.gz
llvm-ae2ec4745fc102e77b45057269fe68cbe797d0b2.tar.bz2
We want the dwarf AT_producer for assembly source files to match clang's
AT_producer. Which includes clang's version information so we can tell which version of the compiler was used. This is second of the two steps to allow us to do this. The first was a change to llvm-mc with revision 172630 to provide a method to set the AT_producer string. This second step has the clang driver passing the value of getClangFullVersion() via the new flag -dwarf-debug-producer when invoking the integrated assembler on assembly source files. Then using the new setDwarfDebugProducer() method to set the AT_producer string. rdar://12888242 llvm-svn: 172758
Diffstat (limited to 'clang/lib/Analysis/PrintfFormatString.cpp')
0 files changed, 0 insertions, 0 deletions