Skip to content
Commit 98e0e535 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Workaround gcc bug causing crash on our preprocessed outputs.

 - gcc is not happy if we start a preprocessed file with
#line 1 "XXX" 1
 - Workaround by making sure file starts with a simple #line change.

Also, factored WriteLineInfo out.

Also, fixed bug where FileType was not being correctly updated.

llvm-svn: 55825
parent 921ddd69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment