When compiling a C or C++ file to assembly, make the assembly output
authorReid Spencer <rspencer@reidspencer.com>
Sat, 30 Dec 2006 16:31:02 +0000 (16:31 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 30 Dec 2006 16:31:02 +0000 (16:31 +0000)
commit129f004ab434fd20ec6ae44be9117cdb8713f83b
tree8e31b3fd9b06fa354daa5dc60eeb992919b95b01
parent6fd36abf5e94cd8323ec3d0d5871c25147a8cc6d
When compiling a C or C++ file to assembly, make the assembly output
depend on the compiler. This works around problems in the Stacker runtime
when the CFE changes in such a way that the assembly file needs to be
updated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32773 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules